REMitchell / python-scraping

Code samples from the book Web Scraping with Python http://shop.oreilly.com/product/0636920034391.do
4.42k stars 2.48k forks source link

ModuleNotFoundError: No module named 'stem' #85

Closed mapb1994 closed 5 years ago

mapb1994 commented 5 years ago

I'd installed stem with pip install stem and installed using conda install -c conda-forge stem.

If i write on terminal: pip freeze the stem shows up on his last version 1.7.1, but when i try to import to my code i got: ModuleNotFoundError: No module named 'stem'

I've tried to install and unistall stem on version 1.6.0 and 1.7.0, but it doesnt work!