We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On homework 4 where you first dfeine your functions apparently "geopy" is a module that dosen't exist. Is there anyway to fix this?
The text was updated successfully, but these errors were encountered:
Hi, I have added geopy to the requirements.txt file. If you open a new codespace, it should be automatically installed.
You could also install inside notebook by running: !pip install geopy --no-input
!pip install geopy --no-input
Thank you for reporting.
Sorry, something went wrong.
No branches or pull requests
On homework 4 where you first dfeine your functions apparently "geopy" is a module that dosen't exist. Is there anyway to fix this?
The text was updated successfully, but these errors were encountered: