Import Error: No module named requests (PokemonGo-Map)Calling a function of a module by using its name (a string)How to import a module given the full path?Import a module from a relative pathGetting the class name of an instance?How can I get a list of locally installed Python modules?Import error: No module name urllib2error: Unable to find vcvarsall.batNo module named pkg_resourcesImportError: No module named requestsPip install error. Setuptools.command not found
How can a class have multiple methods without breaking the single responsibility principle
Why should I use a big powerstone instead of smaller ones?
How do discovery writers hibernate?
May a hotel provide accommodation for fewer people than booked?
What is the most 'environmentally friendly' way to learn to fly?
What does the USDA zone range mean?
Avoiding Implicit Conversion in Constructor. Explicit keyword doesn't help here
Disease transmitted by postage stamps
Adding a (stair/baby) gate without facing walls
Word for giving preference to the oldest child
Should I put my name first or last in the team members list?
How do I find SFDX CLI default installation folder on Mac?
How do Canadians get a visa to go to Saudi Arabia?
Derivative is just speed of change?
How can flights operated by the same company have such different prices when marketed by another?
A coworker mumbles to herself when working. How can I ask her to stop?
Can I say "Gesundheit" if someone is coughing?
Why don't short runways use ramps for takeoff?
Skipping same old introductions
Security measures that could plausibly last 150+ years?
What is the relation between Shang-Chi and the Mandarin in the comics?
Being told my "network" isn't PCI Complaint. I don't even have a server! Do I have to comply?
Reasons for using monsters as bioweapons
Python π = 1 + (1/2) + (1/3) + (1/4) - (1/5) + (1/6) + (1/7) + (1/8) + (1/9) - (1/10) ...1748 Euler
Import Error: No module named requests (PokemonGo-Map)
Calling a function of a module by using its name (a string)How to import a module given the full path?Import a module from a relative pathGetting the class name of an instance?How can I get a list of locally installed Python modules?Import error: No module name urllib2error: Unable to find vcvarsall.batNo module named pkg_resourcesImportError: No module named requestsPip install error. Setuptools.command not found
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
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?
python windows pip pokemon-go
add a comment |
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?
python windows pip pokemon-go
Did you use an admin cmd?
– andreas
Aug 12 '16 at 6:59
Yes i have an Admin cmd.
– Neonlight
Aug 12 '16 at 7:08
Git console ran as admin too?
– andreas
Aug 12 '16 at 7:09
I have now run the git as admin an run the comand again. but it coms the same error.
– Neonlight
Aug 12 '16 at 7:13
1
Are you sure you installed Microsoft Visual C++ Compiler for Python 2.7? I had the exact same issue but it was resolved after installing the compiler.
– Rudey
Sep 6 '16 at 13:26
add a comment |
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?
python windows pip pokemon-go
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?
python windows pip pokemon-go
python windows pip pokemon-go
edited Mar 26 at 23:02
Surilan
259 bronze badges
259 bronze badges
asked Aug 12 '16 at 6:48
NeonlightNeonlight
331 silver badge8 bronze badges
331 silver badge8 bronze badges
Did you use an admin cmd?
– andreas
Aug 12 '16 at 6:59
Yes i have an Admin cmd.
– Neonlight
Aug 12 '16 at 7:08
Git console ran as admin too?
– andreas
Aug 12 '16 at 7:09
I have now run the git as admin an run the comand again. but it coms the same error.
– Neonlight
Aug 12 '16 at 7:13
1
Are you sure you installed Microsoft Visual C++ Compiler for Python 2.7? I had the exact same issue but it was resolved after installing the compiler.
– Rudey
Sep 6 '16 at 13:26
add a comment |
Did you use an admin cmd?
– andreas
Aug 12 '16 at 6:59
Yes i have an Admin cmd.
– Neonlight
Aug 12 '16 at 7:08
Git console ran as admin too?
– andreas
Aug 12 '16 at 7:09
I have now run the git as admin an run the comand again. but it coms the same error.
– Neonlight
Aug 12 '16 at 7:13
1
Are you sure you installed Microsoft Visual C++ Compiler for Python 2.7? I had the exact same issue but it was resolved after installing the compiler.
– Rudey
Sep 6 '16 at 13:26
Did you use an admin cmd?
– andreas
Aug 12 '16 at 6:59
Did you use an admin cmd?
– andreas
Aug 12 '16 at 6:59
Yes i have an Admin cmd.
– Neonlight
Aug 12 '16 at 7:08
Yes i have an Admin cmd.
– Neonlight
Aug 12 '16 at 7:08
Git console ran as admin too?
– andreas
Aug 12 '16 at 7:09
Git console ran as admin too?
– andreas
Aug 12 '16 at 7:09
I have now run the git as admin an run the comand again. but it coms the same error.
– Neonlight
Aug 12 '16 at 7:13
I have now run the git as admin an run the comand again. but it coms the same error.
– Neonlight
Aug 12 '16 at 7:13
1
1
Are you sure you installed Microsoft Visual C++ Compiler for Python 2.7? I had the exact same issue but it was resolved after installing the compiler.
– Rudey
Sep 6 '16 at 13:26
Are you sure you installed Microsoft Visual C++ Compiler for Python 2.7? I had the exact same issue but it was resolved after installing the compiler.
– Rudey
Sep 6 '16 at 13:26
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f38911613%2fimport-error-no-module-named-requests-pokemongo-map%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f38911613%2fimport-error-no-module-named-requests-pokemongo-map%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you use an admin cmd?
– andreas
Aug 12 '16 at 6:59
Yes i have an Admin cmd.
– Neonlight
Aug 12 '16 at 7:08
Git console ran as admin too?
– andreas
Aug 12 '16 at 7:09
I have now run the git as admin an run the comand again. but it coms the same error.
– Neonlight
Aug 12 '16 at 7:13
1
Are you sure you installed Microsoft Visual C++ Compiler for Python 2.7? I had the exact same issue but it was resolved after installing the compiler.
– Rudey
Sep 6 '16 at 13:26