繁体   English   中英

DLL 在 Jupyter 笔记本中导入 Geopandas 时加载失败

[英]DLL Load Failed on Geopandas Import in Jupyter Notebooks

我创建了一个名为“geoenv”的虚拟环境,并在其中加载了三个包,Fiona、GDAL 和 Geopandas。 我想要完成的是一个简单的 Geopandas 导入语句,我得到“ImportError:DLL 加载失败:找不到指定的过程。”

Before I launch Jupyter Notebooks, I set the environment in CMD to be the new virtual env 'geoenv' and when I go into Jupyter and open an new notebook, I see this new environment listed, but when I select it and try some code to导入 Geopandas,我仍然收到导入错误; 和菲奥娜一样。

我还尝试使用在多个 SE 和帮助博客上出现的有关此问题的代码,但同样没有改变任何东西。

python -m ipykernel install --user --name geo_env

为了在 Jupyter Notebook 中导入 Geopandas,我还应该尝试什么?

您可以尝试在虚拟环境中安装 jupyter。 然后在虚拟环境中,启动 jupyter 服务器并导入 geopandas。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM