Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck updating requirements.txt #4447

Closed
icecubeice opened this issue Aug 21, 2016 · 8 comments
Closed

Stuck updating requirements.txt #4447

icecubeice opened this issue Aug 21, 2016 · 8 comments

Comments

@icecubeice
Copy link

icecubeice commented Aug 21, 2016

Expected Behavior

updates the items in requirements.txt

Actual Behavior

It's stuck saying this:
The plan is to install the git repository https://github.com/joelgreen/pgoapi.git/

Output when issue occurred

$ pip install -r requirements.txt
Requirement already satisfied (use --upgrade to upgrade): numpy==1.11.0 in c:\python27\lib\site-packages (from -r requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): networkx==1.11 in c:\python27\lib\site-packages (from -r requirements.txt (line 2))
Obtaining pgoapi from git+https://github.com/joelgreen/pgoapi.git/@b2927c5940a8d0febd41f006921d1c093542ddf8#egg=pgoapi (from -r requirements.txt (line 3))
git clone in c:\users\anthony\downloads\pokemongo-bot\src\pgoapi exists with URL https://github.com/keyphact/pgoapi.git
The plan is to install the git repository https://github.com/joelgreen/pgoapi.git/

Steps to Reproduce

run pip install -r requirements.txt

Other Information

OS:
Windows 10
Branch:
dev
commit:commit 5b90124

@supergithubo
Copy link

Seems like they are changing the pgoapi to use the fork of @joelgreen

@odegraciajr
Copy link

@akymanau
Copy link

remove the / before the @ symbol

https://github.com/joelgreen/pgoapi.git@b2927c5940a8d0febd41f006921d1c093542ddf8#egg=pgoapi

@k4n30
Copy link
Contributor

k4n30 commented Aug 21, 2016

what commit are you on?

@icecubeice
Copy link
Author

commit 5b90124
@k4n30

@youweit
Copy link

youweit commented Aug 21, 2016

delete src/pgoapi and try pip install again.

@jryd
Copy link

jryd commented Aug 21, 2016

I was experiencing the same issue.
Removing the src/pgoapi folder and running pip install worked for me.

@k4n30
Copy link
Contributor

k4n30 commented Aug 21, 2016

@icecubeice closing, please reopen if fix above doesn't work

@k4n30 k4n30 closed this as completed Aug 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants