-
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
Not able to run #3947
Comments
(venv) root@ATOM /var/www/abs/PokemonGo-Bot # python --version Updated to 2.7.11 still this issue |
do source bin/activate again and reinstall requirements. They were installed with old python. |
Please use the issue template. It's designed to help us figure out any problems, random error codes can mean quite a few different issues. |
It seems like dependency error. |
@abs07 Can you please update to the latest version and ensure you follow the procedure to install from scratch as you have installed a new python version |
(venv) root@ATOM /var/www/abs/PokemonGo-Bot # ./run.sh
Traceback (most recent call last):
File "pokecli.py", line 42, in
from pokemongo_bot import PokemonGoBot, TreeConfigBuilder
File "/var/www/abs/PokemonGo-Bot/pokemongo_bot/init.py", line 29, in
from pokemongo_bot.socketio_server.runner import SocketIoRunner
File "/var/www/abs/PokemonGo-Bot/pokemongo_bot/socketio_server/runner.py", line 5, in
from eventlet import patcher, wsgi
File "/var/www/abs/PokemonGo-Bot/local/lib/python2.7/site-packages/eventlet/patcher.py", line 4, in
from eventlet.support import six
File "/var/www/abs/PokemonGo-Bot/local/lib/python2.7/site-packages/eventlet/support/init.py", line 4, in
from eventlet.support import greenlets, six
File "/var/www/abs/PokemonGo-Bot/local/lib/python2.7/site-packages/eventlet/support/greenlets.py", line 3, in
import greenlet
ImportError: /var/www/abs/PokemonGo-Bot/local/lib/python2.7/site-packages/greenlet.so: undefined symbol: _PyTrash_thread_deposit_object
Sun Aug 14 20:48:21 CEST 2016 Pokebot Stopped.
Press any button or wait 20 seconds to continue.
The text was updated successfully, but these errors were encountered: