-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
"pokecli.py", line 42 | Raspberry Pi 2 #5250
Comments
run "sudo pip install requirements.txt" on rpi |
|
install -r requirements.txt |
this is the end of "pip install -r requirements.txt" |
And what is in /root/.pip/pip.log ? |
have you tried installing python dev and afterwards installing the requirements again?
|
You'll want to run the pip command once you've already set up virtualenv. Make sure you've got it installed. You can check with If you get nothing, that's your problem I'd say (at least to start with). |
I had the same problem at first. You need to add .. deb http://archive.raspbian.org/raspbian jessie main contrib non-free To your source.list file then.. Sudo apt-get update Then.. Sudo apt-get install -y python-dev. It should then install. Once done follow the manual install process. I did this and is working fine on my b+. :) |
Solution provided |
Expected Behavior
I got a Raspberry Pi 2 with Raspbian an everything is installed. Virtuelenv won't work and the bot wont start.
Actual Behavior
Your FULL config.json (remove your username, password, gmapkey and any other private info)
Standart config.json
Output when issue occurred
Other Information
OS: Raspbian
Branch: dev
Python Version: Python 2.7.9
Any other relevant files/configs (eg: path files)
The text was updated successfully, but these errors were encountered: