anaconda navigator the following packages will be modified solving package specifications Issue

Viewed 3203

I have a problem about install package via Anaconda Navigator. I tried to install geopandas but A lot of time has passed and the process could not be done. I'm stuck in there. Here is the screenshot as shown below.

enter image description here

How can I fix it.

1 Answers

I installed it from Command Line in Conda. The solution is shown below.

conda install -c conda-forge geopandas
Related