I'm trying to install geopandas on python 3.10 microsoft version but with "pip install geopandas" there are some errors and with "conda install geopandas", apparently, it install, but in a second moment when I want to run my code, Python doesn't recognize geopandas in the line "import geopandas as gp". According to you, what is the problem?
Thanks!