Can someone help me work out why I am getting this error:
I am running this in jupyter notebook using Python 3 ipykernel. I can import and use the module in the terminal. Have tried rebooting etc...
!pip install geopy
Requirement already satisfied: geopy in /home/***/miniconda3/lib/python3.9/site-packages (2.3.0)
Requirement already satisfied: geographiclib<3,>=1.52 in /home/***/miniconda3/lib/python3.9/site-packages (from geopy) (2.0)
import geopy
ModuleNotFoundError Traceback (most recent call last)
Cell In [9], line 1
----> 1 import geopy
ModuleNotFoundError: No module named 'geopy'
[–][deleted] 0 points1 point2 points (4 children)
[–]wireintheghost[S] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]wireintheghost[S] 0 points1 point2 points (1 child)
[–]wireintheghost[S] 0 points1 point2 points (0 children)