我已按照此步骤安装了PokemonGo-Map。
Working Demo
- 安装
- 的NodeJS
- GIT中
- 用于Python 2.7的Microsoft Visual C ++编译器
- Python 2.7
- 右键单击桌面并打开“Git Bash”。
- 输入“git clone ”
- 在Git Console中,输入“cd PokemonGo-Map /”来切换文件夹。
- 输入“pip install -r requirements.txt”。
- 现在打开命令提示符并导航到我们的文件夹。
- 输入“npm install -g grunt-cli”。
- 输入“npm install”。
- 创建Google-API。
- 现在可以在命令提示符下输入以下命令:python
runserver.py -a google -u USERNAME -p PASSWORD -l“LAT,LONG”-st 5
-H 0.0.0.0 -k API-Key
醇>
在我的笔记本上它可以工作。
但是我想在我的服务器上安装这个Map。
它是从Microsoft Azure创建的Windows 10 R2数据中心服务器。
https://github.com/PokemonGoMap/PokemonGo-Map.git
当我启动'pip install -r requirements.txt'时,我收到此错误:
我尝试启动Map后,但收到此错误。
怎么了?