-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bot does not start "No module named requests" #446
Comments
OK, solved it ... You should add that you have to install pip via sudo apt-get install python-pip wasn't installed by default on my system |
Hello, I have the same problem and installing the PIP did not work. I upgraded BOT today and installed PIP with the command: sudo pip install -r requirements.txt What did I do wrong? Thanks. Traceback (most recent call last): |
What was the result from the pip install? |
|
These requirements should not be in Python2? |
Got similar?
|
hypothesis==3.28.3 |
|
It looks like some files are more up to date than your files ... leo@manara:~/python/poloniexlendingbot$ python
|
Your paste does not show the same attempts as me. Did you try the two import commands? |
What import commands? |
Here:
|
These requirements should not be in Python2? |
I tried to import with Python3 and worked: Python 3.5.2+ (default, Sep 22 2016, 12:18:14)
Now with Python2 Python 2.7.12+ (default, Sep 17 2016, 12:08:02)
It seems that pip install is installing the versions for python3 and not for python2. How to force installation to python2? |
No idea. You'll have to google that one.
|
I've got several versions of pip. Maybe you need to call a specific version?
|
|
Ok i found the solution. My system is instaling the versions for python3. sudo python -m pip install hypothesis Thank you @utdrmac for your help! |
Hi, I am running your bot for several months now.
I just updated (via git pull).
When I now try to start the bot I get the error message
Can you help me?
The text was updated successfully, but these errors were encountered: