Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not installing #47

Open
armhosk opened this issue Dec 6, 2023 · 1 comment
Open

Not installing #47

armhosk opened this issue Dec 6, 2023 · 1 comment

Comments

@armhosk
Copy link

armhosk commented Dec 6, 2023

Hi I get the message that it is not installed becouse there is no geopy, but I have installed geopy.
Any idea how to sove this?

C:\Users\armh>conda install -c iannesbitt readgssi
Channels:
 - iannesbitt
 - defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - nothing provides geopy needed by readgssi-0.0.17-py37hd844fa7_0

Could not solve for environment specs
The following package could not be installed
└─ readgssi is not installable because it requires
   └─ geopy, which does not exist (perhaps a missing channel).
@iannesbitt
Copy link
Owner

Hi @armhosk, it looks like you're missing the conda-forge channel, but I suspect you're also running into an environment problem where Conda can't see geopy (especially if you've installed it with pip). You may also have an issue where you're calling a pip version that's outside of your current environment. To figure out whether or not it's the right pip you could do which pip. However this will only give a hint as to what's wrong.

Try doing conda config --append channels conda-forge in your readgssi environment and reinstalling readgssi, which will cause conda to reinstall geopy over any existing package in the environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants