'movingPandas: error when i try to run the code

I'm trying to install movingPandas on a windows machine (Windows 10) using conda.

I wrote the following commands

conda create --name MovingPandas
conda activate MovingPandas
conda config --add channels conda-forge
conda config --add channels defaults
conda config --set channel_priority strict
conda env create -f environment.yml

After that, i tried to open the jupyter notebook

conda activate movingpandas
conda jupyter notebook

But when i try to open the tutorial files and run the code i get the following error

ModuleNotFoundError: No module named 'geopandas'

I checked again the installed packages

conda list

and i see that i have already installed these packages

freexl                    1.0.6                ha8e266a_0    conda-forge
fsspec                    2022.3.0           pyhd8ed1ab_0    conda-forge
gdal                      3.4.2            py39h3f5efd6_4    conda-forge
geographiclib             1.52               pyhd8ed1ab_0    conda-forge
geopandas                 0.10.2             pyhd8ed1ab_1    conda-forge
geopandas-base            0.10.2             pyha770c72_1    conda-forge
geopy                     2.2.0              pyhd8ed1ab_0    conda-forge
geos                      3.10.2               h39d44d4_0    conda-forge
geotiff                   1.7.1                h38b14a8_1    conda-forge
geoviews                  1.9.5              pyhd8ed1ab_0    conda-forge
geoviews-core             1.9.5              pyha770c72_0    conda-forge
gettext                   0.19.8.1          ha2e2712_1008    conda-forge
hdf4                      4.2.15               h0e5069d_3    conda-forge

What i'm doing wrong?

Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source