6

I am new in python and I am trying to work with geopandas library. I have already installed the package using:

conda install -c conda-forge geopandas

but when I try to import the library, I get back: ERROR SCREENSHOT

But searching in my computer directories I have already installed fiona and inside this directory, there is a file "_loading.py"

Isn't it strange that I have both packages installed and I have this error? Thank you in advance

4

2 回答 2

2

如果您使用的是 Jupyter Notebook 或 JupyterLab,您可能只需要为环境重新启动内核

于 2021-08-19T06:00:54.900 回答
0

首先安装python=3.7然后从这里下载与python版本相同的相关库。https://www.lfd.uci.edu/~gohlke/pythonlibs。使用pip

于 2021-09-30T13:26:18.923 回答