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
Hi,
the linked example notebook broke (regardless of whether it's executed on Binder or Colab) with the following dependency problem:
There are some problems showing when initially executing the first cell. When executing the second cell afterwards I get this:
ContextualVersionConflict: (scipy 1.4.1 (/usr/local/lib/python3.7/dist-packages), Requirement.parse('scipy<2.0,>=1.6'), {'vpype'})
The text was updated successfully, but these errors were encountered:
As a quick fix for now you can use Kaggle notebooks, their env seems to be OK to run these dependencies.
Sorry, something went wrong.
No branches or pull requests
Hi,
the linked example notebook broke (regardless of whether it's executed on Binder or Colab) with the following dependency problem:
There are some problems showing when initially executing the first cell. When executing the second cell afterwards I get this:
ContextualVersionConflict: (scipy 1.4.1 (/usr/local/lib/python3.7/dist-packages), Requirement.parse('scipy<2.0,>=1.6'), {'vpype'})
The text was updated successfully, but these errors were encountered: