-
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 the bot #2006
Comments
have you run |
root@ATOM /var/www # mkdir Abhinav root@ATOM /var/www/Abhinav/poke/PokemonGo-Bot # cd configs root@ATOM /var/www/Abhinav/poke/PokemonGo-Bot/configs # cp config.json.example config.json root@ATOM /var/www/Abhinav/poke/PokemonGo-Bot/configs # nano config.json root@ATOM /var/www/Abhinav/poke/PokemonGo-Bot/configs # cd .. |
@mrthrowaway yes i did. Please find the full stack what i did from start. Sorry to be messy, but i am a newbie here |
May have something to do with different versions of python. |
Expected Behavior
I have cloned the dev version and copied and edited config.json with the details. I am getting this error as i put in ./run.sh.
issues : 1 i couldnt find release_config.json.example
2. steps i followed - cloned, copied and edited config.json.
3. ./run.sh
Actual Behavior
Traceback (most recent call last):
File "pokecli.py", line 40, in
from pokemongo_bot import PokemonGoBot, TreeConfigBuilder
File "/var/www/Abhinav/poke/PokemonGo-Bot/pokemongo_bot/init.py", line 25, in
from pokemongo_bot.socketio_server.runner import SocketIoRunner
File "/var/www/Abhinav/poke/PokemonGo-Bot/pokemongo_bot/socketio_server/runner.py", line 5, in
from eventlet import patcher, wsgi
File "/usr/local/lib/python2.7/dist-packages/eventlet/patcher.py", line 4, in
from eventlet.support import six
File "/usr/local/lib/python2.7/dist-packages/eventlet/support/init.py", line 4, in
from eventlet.support import greenlets, six
File "/usr/local/lib/python2.7/dist-packages/eventlet/support/greenlets.py", line 3, in
import greenlet
ImportError: /usr/local/lib/python2.7/dist-packages/greenlet.so: undefined symbol: _PyTrash_thread_deposit_object
Steps to Reproduce
Other Information
OS: linux
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
The text was updated successfully, but these errors were encountered: