-
Notifications
You must be signed in to change notification settings - Fork 80
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
Dependency conflicts #68
Comments
Sorry for the slow reply - thanks for this @TedTansley! Are you installing with |
Thank you for the reply @joshcarty ! I'm using Google colab and install this way: I have found, however, that by not trying to update the other dependencies that I can get my scripts to work. Though I worry of a later impact. |
Thanks @TedTansley and sorry for the slow replies! I've tried myself in Colab and now understand the issue. A few years ago we pinned the version of As you're seeing, that's forcing the other dependencies to install some pretty old versions themselves. I've created a branch that removes the pin which you can install here:
I can see it installs successfully without requiring a restart. However, I don't have access to a Search Console property to test it with. Are you able to test it and see if you can make queries? Thanks! |
This now requires (in Google Colab) a restart to work with pulling data. It installs outdated packages which creates conflict when trying to connect to google's other apis.
It will uninstall the following packages:
An install the following:
Works fine to pull data, but then trying to connect to updated packages, it no longer works.
The text was updated successfully, but these errors were encountered: