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

ImportError due to pooch dependency in scipy.database module in python/scientific-python.ipynb #453

Open
aknierim opened this issue Nov 21, 2024 · 2 comments · May be fixed by #454
Open

Comments

@aknierim
Copy link
Member

aknierim commented Nov 21, 2024

Running the scientific-python notebook yields the following error:

ImportError: Missing optional dependency 'pooch' required for scipy.datasets module. Please use pip or conda to install 'pooch'.

This is due to the optional dependency pooch added in scipy 1.10.0.

@aknierim aknierim linked a pull request Nov 21, 2024 that will close this issue
@SepplL
Copy link
Contributor

SepplL commented Nov 21, 2024

Given that we only use it once and only for example data: is there maybe another way to get the data and prevent more packages? Especially if they don't depend on anything else than example data

@aknierim
Copy link
Member Author

I see your point, but given that it is a very small package, I'd argue to just use it.

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

Successfully merging a pull request may close this issue.

2 participants