ImportError: No module named 'geocoder'Python 3 ImportError: No module named 'ConfigParser'ImportError: No module named… (basics?)ImportError: No module named pyDesRequests ImportError: No module named 'requests' on windowsImportError: No module named PyQt4 on my Raspberry PiImportError: No module named 'Twython'pymongo: ImportError: No module named pymongoImportError: No module named 'spm1dImportError: No module named 'datasets'ImportError: No Module named 'google.cloud.grpc'

How much would a 1 foot tall human weigh?

Planar regular languages

What is the mathematical notation for rounding a given number to the nearest integer?

How does a simple logistic regression model achieve a 92% classification accuracy on MNIST?

What is the meaning of 「ぞんぞん」?

Seven Places at Once - Another Google Earth Challenge?

Can a character with good/neutral alignment attune to a sentient magic item with evil alignment?

Does my opponent need to prove his creature has morph?

Read string of any length in C

How to draw a Venn diagram for X - (Y intersect Z)?

What is a "major country" as named in Bernie Sanders' Healthcare debate answers?

Where is it? - The Google Earth Challenge Ep. 3

Why don't Wizards use wrist straps to protect against disarming charms?

Are there objective criteria for classifying consonance v. dissonance?

Amortized Loans seem to benefit the bank more than the customer

Prove that a convergent real sequence always has a smallest or a largest term

In what state are satellites left in when they are left in a graveyard orbit?

Teleport everything in a large zone; or teleport all living things and make a lot of equipment disappear

Block diagram vs flow chart?

Is "you will become a subject matter expert" code for "you'll be working on your own 100% of the time"?

Is there a tool to measure the "maturity" of a code in Git?

If I want an interpretable model, are there methods other than Linear Regression?

Bash awk command with quotes

Ethernet, Wifi and a little human psychology



ImportError: No module named 'geocoder'


Python 3 ImportError: No module named 'ConfigParser'ImportError: No module named… (basics?)ImportError: No module named pyDesRequests ImportError: No module named 'requests' on windowsImportError: No module named PyQt4 on my Raspberry PiImportError: No module named 'Twython'pymongo: ImportError: No module named pymongoImportError: No module named 'spm1dImportError: No module named 'datasets'ImportError: No Module named 'google.cloud.grpc'






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








-2















I am trying to use geocoder in a Notebook in IBM Watson but when I run import geocoder it returns



"ImportError: No module named 'geocoder'


Is there anyone with the same issue who has found a solution?



Thanks










share|improve this question





















  • 1





    Welcome to Stackoverflow. Please read how to ask.

    – Joey
    Mar 28 at 12:47






  • 1





    Why are you convinced that this module should exist on your computer?

    – mkrieger1
    Mar 28 at 12:56











  • well, it is a python module and I am trying to use with a Python notebook. Worked it out now, rather dumb of me- I hadn't previously installed geocoder:) works ok now.

    – DimitrisM
    Mar 28 at 13:08


















-2















I am trying to use geocoder in a Notebook in IBM Watson but when I run import geocoder it returns



"ImportError: No module named 'geocoder'


Is there anyone with the same issue who has found a solution?



Thanks










share|improve this question





















  • 1





    Welcome to Stackoverflow. Please read how to ask.

    – Joey
    Mar 28 at 12:47






  • 1





    Why are you convinced that this module should exist on your computer?

    – mkrieger1
    Mar 28 at 12:56











  • well, it is a python module and I am trying to use with a Python notebook. Worked it out now, rather dumb of me- I hadn't previously installed geocoder:) works ok now.

    – DimitrisM
    Mar 28 at 13:08














-2












-2








-2








I am trying to use geocoder in a Notebook in IBM Watson but when I run import geocoder it returns



"ImportError: No module named 'geocoder'


Is there anyone with the same issue who has found a solution?



Thanks










share|improve this question
















I am trying to use geocoder in a Notebook in IBM Watson but when I run import geocoder it returns



"ImportError: No module named 'geocoder'


Is there anyone with the same issue who has found a solution?



Thanks







python-3.x






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 28 at 12:44









Siong Thye Goh

2,50010 gold badges14 silver badges23 bronze badges




2,50010 gold badges14 silver badges23 bronze badges










asked Mar 28 at 12:17









DimitrisMDimitrisM

34 bronze badges




34 bronze badges










  • 1





    Welcome to Stackoverflow. Please read how to ask.

    – Joey
    Mar 28 at 12:47






  • 1





    Why are you convinced that this module should exist on your computer?

    – mkrieger1
    Mar 28 at 12:56











  • well, it is a python module and I am trying to use with a Python notebook. Worked it out now, rather dumb of me- I hadn't previously installed geocoder:) works ok now.

    – DimitrisM
    Mar 28 at 13:08













  • 1





    Welcome to Stackoverflow. Please read how to ask.

    – Joey
    Mar 28 at 12:47






  • 1





    Why are you convinced that this module should exist on your computer?

    – mkrieger1
    Mar 28 at 12:56











  • well, it is a python module and I am trying to use with a Python notebook. Worked it out now, rather dumb of me- I hadn't previously installed geocoder:) works ok now.

    – DimitrisM
    Mar 28 at 13:08








1




1





Welcome to Stackoverflow. Please read how to ask.

– Joey
Mar 28 at 12:47





Welcome to Stackoverflow. Please read how to ask.

– Joey
Mar 28 at 12:47




1




1





Why are you convinced that this module should exist on your computer?

– mkrieger1
Mar 28 at 12:56





Why are you convinced that this module should exist on your computer?

– mkrieger1
Mar 28 at 12:56













well, it is a python module and I am trying to use with a Python notebook. Worked it out now, rather dumb of me- I hadn't previously installed geocoder:) works ok now.

– DimitrisM
Mar 28 at 13:08






well, it is a python module and I am trying to use with a Python notebook. Worked it out now, rather dumb of me- I hadn't previously installed geocoder:) works ok now.

– DimitrisM
Mar 28 at 13:08













1 Answer
1






active

oldest

votes


















0
















In order to use a module it needs to be installed on your computer, some common ones will already be installed, but goecoder is not as far as I know.
Have you already tried to download the module?:



pip install geocoder





share|improve this answer

























  • indeed mate, tried that earlier and worked fine, thanks!

    – DimitrisM
    Mar 28 at 13:15










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/4.0/"u003ecc by-sa 4.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%2f55397433%2fimporterror-no-module-named-geocoder%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0
















In order to use a module it needs to be installed on your computer, some common ones will already be installed, but goecoder is not as far as I know.
Have you already tried to download the module?:



pip install geocoder





share|improve this answer

























  • indeed mate, tried that earlier and worked fine, thanks!

    – DimitrisM
    Mar 28 at 13:15















0
















In order to use a module it needs to be installed on your computer, some common ones will already be installed, but goecoder is not as far as I know.
Have you already tried to download the module?:



pip install geocoder





share|improve this answer

























  • indeed mate, tried that earlier and worked fine, thanks!

    – DimitrisM
    Mar 28 at 13:15













0














0










0









In order to use a module it needs to be installed on your computer, some common ones will already be installed, but goecoder is not as far as I know.
Have you already tried to download the module?:



pip install geocoder





share|improve this answer













In order to use a module it needs to be installed on your computer, some common ones will already be installed, but goecoder is not as far as I know.
Have you already tried to download the module?:



pip install geocoder






share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 28 at 13:10









MattMatt

698 bronze badges




698 bronze badges















  • indeed mate, tried that earlier and worked fine, thanks!

    – DimitrisM
    Mar 28 at 13:15

















  • indeed mate, tried that earlier and worked fine, thanks!

    – DimitrisM
    Mar 28 at 13:15
















indeed mate, tried that earlier and worked fine, thanks!

– DimitrisM
Mar 28 at 13:15





indeed mate, tried that earlier and worked fine, thanks!

– DimitrisM
Mar 28 at 13:15








Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with 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%2f55397433%2fimporterror-no-module-named-geocoder%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