导入错误:没有名为request的模块(PokemonGo-Map)

时间:2016-08-12 06:48:50

标签: python windows pip pokemon-go

我已按照此步骤安装了PokemonGo-Map。

Working Demo

  1. 安装
    • 的NodeJS
    • GIT中
    • 用于Python 2.7的Microsoft Visual C ++编译器
    • Python 2.7
  2. 右键单击桌面并打开“Git Bash”。
  3. 输入“git clone enter image description here
  4. 在Git Console中,输入“cd PokemonGo-Map /”来切换文件夹。
  5. 输入“pip install -r requirements.txt”。
  6. 现在打开命令提示符并导航到我们的文件夹。
  7. 输入“npm install -g grunt-cli”。
  8. 输入“npm install”。
  9. 创建Google-API。
  10. 现在可以在命令提示符下输入以下命令:python  runserver.py -a google -u USERNAME -p PASSWORD -l“LAT,LONG”-st 5  -H 0.0.0.0 -k API-Key
  11. 在我的笔记本上它可以工作。 但是我想在我的服务器上安装这个Map。 它是从Microsoft Azure创建的Windows 10 R2数据中心服务器。 https://github.com/PokemonGoMap/PokemonGo-Map.git

    当我启动'pip install -r requirements.txt'时,我收到此错误: enter image description here

    我尝试启动Map后,但收到此错误。 Install requirements

    怎么了?

0 个答案:

没有答案