I've already installed mechanize using pip install mechanize
, such that when I enter it in the command prompt, the response is: Requirement already satisfied: mechanize in c:\users\wwl\anaconda3\lib\site-packages
.
However, when I type import mechanize
in the jupyter notebook, it gives an error:
ImportError: No module named '_mechanize'
.
Where have I gone wrong?