ResidentMario / geoplot

High-level geospatial data visualization library for Python.
https://residentmario.github.io/geoplot/index.html
MIT License
1.15k stars 95 forks source link

geoplot installed but geoplot.crs is not found #262

Closed DrSHendricks closed 2 years ago

DrSHendricks commented 3 years ago

I recently updated Anaconda today and reinstalled geopandas and geoplot successfully. However when import

import geoplot.crs as gcrs

it shows ModuleNotFoundError:

No module named 'geoplot.crs'

both geopandas and geoplot were imported successfully.

ResidentMario commented 3 years ago

This gets reported occasionally, and I've not yet found evidence that this is an issue with geoplot instead of something wrong with the local environment it's installed in. If it's the latter, nothing I can do from my end.

DrSHendricks commented 3 years ago

Thanks for replying. Which environments are working? I have tried Spyder and Jupyter via Anaconda. I can try another environment if it can support the geoplot. I really like it by the way.

ResidentMario commented 2 years ago

Afraid I don't really see how I can help with this.

DrSHendricks commented 2 years ago

Thanks. It's sorted now. All relevant packages have to be installed in the same environment, including the console, e.g. Spyder.