Open emanuelemassaro opened 5 years ago
Sorry this happened! Can you please show:
conda list
?@ocefpaf, I'm sorry to bug, but you're listed as the maintainer for this recipe, and I'm not sure if this is a mgwr-feedstock
thing, or if this is part of the broader issue around strict channel preference?
@emanuelemassaro please open an issue in the package feedstock if you are using conda-forge
or
AnacondaRecipes if you are using defaults
.
Be sure you are following the recommendations in https://conda-forge.org/docs/user/tipsandtricks.html#how-to-fix-it and try:
conda create --name TEST python=3.6 geopandas
conda activate TEST
python -c "import geopandas; print(geopandas.__version__)"
0.5.0
Everything works for me on Linux. I see you are on macOS but my guess is that it is a channel mixing problem that will be solved if you follow the recommendation from our docs in the link above.
Hi @emanuelemassaro @ocefpaf, I think the error is due to the fact that geopandas
is a soft dependency for mgwr
. In other words, we do not install geopandas
on your local machine if you run conda intall mgwr
or pip install mgwr
. If you want to use some mgwr functions like compare_surfaces which requires geopandas
, you will need to install geopandas
additionally.
I have installed the package mgwr trough
anaconda
. After the installationgeopandas
gives problems that was not giving before the installation ofmgwr
. This happens everytime that I try to install it