-
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
Some error #5664
Comments
Actually, this error comes from the command:
|
From Windows 10 manual install instructions:
Try that and see how you go. |
Also make sure you've installed the requirements:
|
@Gobberwart I did a clean install of the bot and it works. However, there is a line contains a bit error, but I guess it doesn't matter. The last line. Obtaining pgoapi from git+https://github.com/pogodevorg/pgoapi.git/@3a02e7416f6924b1bbcbcdde60c10bd247ba8e11#egg=pgoapi (from -r requirements.txt (line 3)) |
I reinstalled Windows 10 system. After install python and run the bot, i got this error, the last line.
Fetching origin
HEAD is now at fd49544 Merge pull request #5645 from PokemonGoF/dev
From https://github.com/PokemonGoF/PokemonGo-Bot
branch master -> FETCH_HEAD
Already up-to-date.
Requirement already up-to-date: numpy==1.11.0 in e:\master\lib\site-packages (from -r requirements.txt (line 1))
Requirement already up-to-date: networkx==1.11 in e:\master\lib\site-packages (from -r requirements.txt (line 2))
Obtaining pgoapi from git+https://github.com/pogodevorg/pgoapi.git/@3a02e7416f6924b1bbcbcdde60c10bd247ba8e11#egg=pgoapi (from -r requirements.txt (line 3))
Skipping because already up-to-date.
Complete output from command python setup.py egg_info:
d:\p\python27\Lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'egg_info'
Command "python setup.py egg_info" failed with error code 1 in e:\master\src\pgoapi\
The text was updated successfully, but these errors were encountered: