Installation of GeoPandas - failed at fiona

Mats Wichmann mats at wichmann.us
Wed Dec 1 09:52:41 EST 2021


On 12/1/21 03:18, Shaozhong SHI wrote:
> I am trying to install geopandas.
> 
> I navigated to c:\programData|Anaconda3\Scripts>
> and typed in 'pip install geopandas'.

Usually if you're using the Anaconda environment, you should use the 
"conda" installer, for consistency.

> 
> It ran but failed at fiona.

Failed how?
> 
> I tried import geopandas as gp, but Error Message says: No module names
> 'geopandas'.

That almost certianly means the install went to a different place than 
the environment where you're trying to use it.



More information about the Python-list mailing list