Because I face a problem: When from imageio import imread in my jupyter notebook, I get the error: ModuleNotFoundError: No module named 'imageio' Whereas I can successfully import
Solution 1:
I had faced this issue some time back
The way I solved this was
Deleting IPython and Jupyter from the system
rm -rf ~/.local/share/ipython
Reinstall IPython and Jupyter
Share
Post a Comment
for "Sys.executable Results Are Different In Terminal And Jupyter Notebook"
Post a Comment for "Sys.executable Results Are Different In Terminal And Jupyter Notebook"