Resolved! Used this link Thanks to all that helped!
Trying to import modules.
I installed anaconda3. I run jupyter through an executable jupyter-notebook.sh. As of now I don't use a venv.
I have tried all of the following methods, including reinstalling anaconda3 and python
- terminal --> pip install
- terminal --> pip3 install
- terminal --> export path to anaconda --> pip install
- terminal --> export path to anaconda --> pip3 install
- terminal --> export path to anaconda --> conda install
- In notebook --> !pip install
But all these methods don't work
Have spent tons of time searching through other stackoverflow tickets but to no avail. Would appreciate any help. Thank you.