jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Module selenium not found but it's installed #422

Open bkarolina opened 6 years ago

bkarolina commented 6 years ago

Hi, I installed Selenium to my Anaconda (and yes, I checked the paths whether it's on right place in my computer). However when I want to import library in Jupyter notebook, I've got message that is can't be found: " ModuleNotFoundError: No module named 'selenium' "

I am using Windows 10 (unfortunately) and Chrome web browser. Similar issue got my husband few weeks ago with some package for ML (forgot the name, unfortunately). Can you please help me to solve this issue? Best regards, Karolina.

minrk commented 5 years ago

This usually means that you have multiple environments, one where your Jupyter is running, and another where selenium is installed. You might use the where command to get a hint about how the two packages are installed in different environments.