I have Installed the PokemonGo-Map like this Steps.
- Install
- NodeJS
- Git
- Microsoft Visual C++ Compiler for Python 2.7
- Python 2.7
- Right-click on the Desktop and open "Git Bash".
- Enter "git clone https://github.com/PokemonGoMap/PokemonGo-Map.git"
- In the Git Console, enter "cd PokemonGo-Map/" to switch folders.
- Enter "pip install -r requirements.txt".
- Now open a command prompt and navigate to our folder.
- Enter "npm install -g grunt-cli".
- Enter "npm install".
- Create a Google-API.
- Now the following command can be entered into the command prompt: python runserver.py -a google -u USERNAME -p PASSWORD -l "LAT, LONG" -st 5 -H 0.0.0.0 -k API-Key
On my Notebook it works.
But I want to install this Map on my server.
Its an Windows 10 R2 datacenter Server created from Microsoft Azure.
When I launch 'pip install -r requirements.txt' I received this error:
After I tried to launch the Map, but received this error.
Whats wrong?