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

Not able to run #3947

Closed
abs07 opened this issue Aug 14, 2016 · 5 comments
Closed

Not able to run #3947

abs07 opened this issue Aug 14, 2016 · 5 comments

Comments

@abs07
Copy link

abs07 commented Aug 14, 2016

(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.

@abs07
Copy link
Author

abs07 commented Aug 14, 2016

(venv) root@ATOM /var/www/abs/PokemonGo-Bot # python --version
Python 2.7.11

Updated to 2.7.11 still this issue

@DiegoRBaquero
Copy link

do source bin/activate again and reinstall requirements. They were installed with old python.

@jrjhealey
Copy link

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.

@simonsmh
Copy link
Contributor

simonsmh commented Aug 15, 2016

It seems like dependency error.
Users report that greenlet==0.4.9 is working without problem.
#3855

@k4n30
Copy link
Contributor

k4n30 commented Aug 17, 2016

@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

@k4n30 k4n30 closed this as completed Aug 19, 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

5 participants