You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
================================================================================================================== 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 =============================================================================================================
The text was updated successfully, but these errors were encountered:
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.
Relevant part of the log:
The text was updated successfully, but these errors were encountered: