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

unable to install : protobuf-to-dict #31

Closed
ilikesomething opened this issue Jul 21, 2016 · 3 comments
Closed

unable to install : protobuf-to-dict #31

ilikesomething opened this issue Jul 21, 2016 · 3 comments

Comments

@ilikesomething
Copy link

ilikesomething commented Jul 21, 2016

When i do pip install -r requirements.txt

everything works until the last (proto-to-dict) and i have this error at the end :

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/g0/q9t3hxlj6r31jtshpx4qz1gw0000gn/T/pip-build-GIODRf/protobuf-to-dict/

i also tried to install directly proto-to-dict but have same issue

sudo -H pip install protobuf-to-dict

Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-w7f2vQ/protobuf-to-dict/

i already have installed Python 2.7 and did a brew update and install thing in the readme.

Since proto to dict didn't install, i got an error at launch of the bot :

File "pokecli.py", line 32, in
import requests
ImportError: No module named requests

any idea ?

@Reaver01
Copy link

Reaver01 commented Jul 21, 2016

try pip install --upgrade -r requirements.txt

@ilikesomething
Copy link
Author

i just made a reboot and a new pip install and everything worked

@JulianMBr
Copy link
Contributor

JulianMBr commented Jul 21, 2016

I do have the same error on AWS EC2 Instance (AWS Linux). I used your command, updated pip used sudo.
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-omKCke/protobuf-to-dict/
Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants