我已经像这样安装了 PokemonGo-Map 步骤。
- 安装
- 节点JS
- 吉特
- 适用于 Python 2.7 的 Microsoft Visual C++ 编译器
- 蟒蛇 2.7
- 右键单击桌面并打开“Git Bash”。
- 输入“git clone https://github.com/PokemonGoMap/PokemonGo-Map.git ”
- 在 Git 控制台中,输入“cd PokemonGo-Map/”切换文件夹。
- 输入“pip install -r requirements.txt”。
- 现在打开命令提示符并导航到我们的文件夹。
- 输入“npm install -g grunt-cli”。
- 输入“npm 安装”。
- 创建一个谷歌 API。
- 现在可以在命令提示符中输入以下命令: python runserver.py -a google -u USERNAME -p PASSWORD -l "LAT, LONG" -st 5 -H 0.0.0.0 -k API-Key
在我的笔记本上它可以工作。但我想在我的服务器上安装这个地图。它是从 Microsoft Azure 创建的 Windows 10 R2 数据中心服务器。
当我启动“pip install -r requirements.txt”时,我收到了这个错误:
怎么了?