Closed iuryt closed 3 years ago
Hi, can you make sure you are using the latest geopandas (0.8.2)? My sense is that it will have to do something with installation, so reinstalling the latest may help.
@iuryt do you see all those packages that do not have conda-forge
in the channel listing? Those are coming from defaults
. This is the "classic" channel mixing problem. Please take a look at https://conda-forge.org/docs/user/tipsandtricks.html#how-to-fix-it and see how to fix it.
PS: recently we even recommend to remove defaults entirely to avoid compatibility issues.
@ocefpaf and @martinfleis Thanks for the help. Indeed, I was creating an env installing jupyter with the defaults channel. Now I removed all other channels before even creating the env and it seems to work.
Issue:
I am simply trying to run
import geopandas
and it keeps Jupyter busy, not importing it. I have installed it throughconda install -c conda-forge geopandas
.Environment (
conda list
):Details about
conda
and system (conda info
):