I seem to be unable to uninstall a package.
when I run conda remove geopandas I get:
Solving environment: failed
PackagesNotFoundError: The following packages are missing from the target environment:
- geopandas
If I then run conda info geopandas I get a list of 10 versions of geopandas looking like geopandas 0.4.0 py37_1, geopandas 0.4.1 py_0, etc. Are these installed on my system? How do I remove them?
I ran into the same problem. If the packages were pip installed conda remove won't work. In that case, you'll have to do pip uninstall geopandas. If you run conda list geopandas and the channel says pypi, then they were pip installed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With