No module named 'bng_latlon'
mateusbbvs opened this issue · 3 comments
mateusbbvs commented
I installed it with "pip install bng-latlon" and the message says: Requirement already satisfied: bng-latlon in c:...
However, using on jupyter
from bng_latlon import OSGB36toWGS84
I get: No module named 'bng_latlon'
I tried from bng_to_latlon import OSGB36toWGS84
The same problem appears.
I installed other packages to test if it was all packages in my computer, but they are fine.
fmalina commented
Have you gotten this to work?
fmalina commented
I suggest pip3 uninstall bng-latlon
and pip3 install bng-latlon
mateusbbvs commented
Thank you @fmalina !
It worked.