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

SciPy-bundle-2023.02-gfbf-2022b.eb fail : No module named 'pooch' #18076

Closed
ysagon opened this issue Jun 12, 2023 · 2 comments
Closed

SciPy-bundle-2023.02-gfbf-2022b.eb fail : No module named 'pooch' #18076

ysagon opened this issue Jun 12, 2023 · 2 comments
Milestone

Comments

@ysagon
Copy link
Contributor

ysagon commented Jun 12, 2023

Relevant part of the log:

================================================================================================================== ERRORS ===================================================================================================================
_______________________________________________________________________________________________ ERROR collecting datasets/tests/test_data.py ________________________________________________________________________________________________
ImportError while importing test module '/opt/ebsofts/SciPy-bundle/2023.02-gfbf-2022b/lib/python3.10/site-packages/scipy/datasets/tests/test_data.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/ebsofts/SciPy-bundle/2023.02-gfbf-2022b/lib/python3.10/site-packages/scipy/datasets/tests/test_data.py:10: in <module>
    import pooch
E   ModuleNotFoundError: No module named 'pooch'

During handling of the above exception, another exception occurred:
/opt/ebsofts/Python/3.10.8-GCCcore-12.2.0/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
/opt/ebsofts/SciPy-bundle/2023.02-gfbf-2022b/lib/python3.10/site-packages/scipy/datasets/tests/test_data.py:12: in <module>
    raise ImportError("Missing optional dependency 'pooch' required "
E   ImportError: Missing optional dependency 'pooch' required for scipy.datasets module. Please use pip or conda to install 'pooch'.
========================================================================================================== short test summary info ==========================================================================================================
ERROR ../../datasets/tests/test_data.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
============================================================================================================= 1 error in 21.58s =============================================================================================================
@ysagon
Copy link
Contributor Author

ysagon commented Jun 13, 2023

this was fixed here: #17159

@ysagon ysagon closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 2023
@boegel
Copy link
Member

boegel commented Jun 13, 2023

If others are hitting this: pooch was added to Python, so you can fix this using eb --from-pr 17159 --rebuild --skip or eb Python-3.10.8-GCCcore-12.2.0.eb --rebuild --skip with EasyBuild v4.7.1 or more recent.

@boegel boegel added this to the 4.x milestone Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants