-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geopandas import error #485
Comments
This message is not about geopandas but about other libraries. Following #299, can you try installing pyproj and see if that fixes it? |
I reinstall all the packages using: so pyproj is also installed, when i run the code again
is this the issue with geopandas or hvplot? My package versions: |
It looks like you haven't done |
I used the geograpic data example and installation guide from hvplot (https://hvplot.holoviz.org/user_guide/Geographic_Data.html). I ran into an import error when calling
cities.hvplot(global_extent=True, frame_height=450, tiles=True)
The error I got:
My geopandas version is 0.8.2. Is it not the comparable version? If so, how can i know which version of geopandas i should be use?
The text was updated successfully, but these errors were encountered: