Issue
I am running Spyder 4.0.1 that I installed on Windows through the Anaconda distribution.
Using Conda, I installed the package Geopandas, by using the following prompt
conda install geopandas
It seemed to work.
However, if I open Spyder, and use the command
import geopandas as gpd
I get the message
ModuleNotFoundError: No module named 'geopandas'
I'm not sure what the error is here as I think geopandas has indeed been installed. Any help would be gratefull received.
Solution
geopandas
comes with Anaconda's distribution, but it's only availible if you configure your Spider to use the conda environment
.
Please check the Spyder GitHub's repository for more specific information.
Answered By - Henrique Branco
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.