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;








0















I have Installed the PokemonGo-Map like this Steps.



enter image description here



  1. Install

    • NodeJS

    • Git

    • Microsoft Visual C++ Compiler for Python 2.7

    • Python 2.7


  2. Right-click on the Desktop and open "Git Bash".

  3. Enter "git clone https://github.com/PokemonGoMap/PokemonGo-Map.git"

  4. In the Git Console, enter "cd PokemonGo-Map/" to switch folders.

  5. Enter "pip install -r requirements.txt".

  6. Now open a command prompt and navigate to our folder.

  7. Enter "npm install -g grunt-cli".

  8. Enter "npm install".

  9. Create a Google-API.

  10. 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.
enter image description here



When I launch 'pip install -r requirements.txt' I received this error:
Install requirements



After I tried to launch the Map, but received this error.
enter image description here



Whats wrong?










share|improve this question


























  • 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

















0















I have Installed the PokemonGo-Map like this Steps.



enter image description here



  1. Install

    • NodeJS

    • Git

    • Microsoft Visual C++ Compiler for Python 2.7

    • Python 2.7


  2. Right-click on the Desktop and open "Git Bash".

  3. Enter "git clone https://github.com/PokemonGoMap/PokemonGo-Map.git"

  4. In the Git Console, enter "cd PokemonGo-Map/" to switch folders.

  5. Enter "pip install -r requirements.txt".

  6. Now open a command prompt and navigate to our folder.

  7. Enter "npm install -g grunt-cli".

  8. Enter "npm install".

  9. Create a Google-API.

  10. 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.
enter image description here



When I launch 'pip install -r requirements.txt' I received this error:
Install requirements



After I tried to launch the Map, but received this error.
enter image description here



Whats wrong?










share|improve this question


























  • 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













0












0








0


1






I have Installed the PokemonGo-Map like this Steps.



enter image description here



  1. Install

    • NodeJS

    • Git

    • Microsoft Visual C++ Compiler for Python 2.7

    • Python 2.7


  2. Right-click on the Desktop and open "Git Bash".

  3. Enter "git clone https://github.com/PokemonGoMap/PokemonGo-Map.git"

  4. In the Git Console, enter "cd PokemonGo-Map/" to switch folders.

  5. Enter "pip install -r requirements.txt".

  6. Now open a command prompt and navigate to our folder.

  7. Enter "npm install -g grunt-cli".

  8. Enter "npm install".

  9. Create a Google-API.

  10. 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.
enter image description here



When I launch 'pip install -r requirements.txt' I received this error:
Install requirements



After I tried to launch the Map, but received this error.
enter image description here



Whats wrong?










share|improve this question
















I have Installed the PokemonGo-Map like this Steps.



enter image description here



  1. Install

    • NodeJS

    • Git

    • Microsoft Visual C++ Compiler for Python 2.7

    • Python 2.7


  2. Right-click on the Desktop and open "Git Bash".

  3. Enter "git clone https://github.com/PokemonGoMap/PokemonGo-Map.git"

  4. In the Git Console, enter "cd PokemonGo-Map/" to switch folders.

  5. Enter "pip install -r requirements.txt".

  6. Now open a command prompt and navigate to our folder.

  7. Enter "npm install -g grunt-cli".

  8. Enter "npm install".

  9. Create a Google-API.

  10. 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.
enter image description here



When I launch 'pip install -r requirements.txt' I received this error:
Install requirements



After I tried to launch the Map, but received this error.
enter image description here



Whats wrong?







python windows pip pokemon-go






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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












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
);



);













draft saved

draft discarded


















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.



















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript