======================================================== ERRORS ========================================================
____________________________________ ERROR collecting tests/test_source_sampling.py ____________________________________
ImportError while importing test module '/home/saib/opt/pyne/pyne-repo/tests/test_source_sampling.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
test_source_sampling.py:27: in <module>
from pymoab import core as mb_core, types
pymoab/core.pyx:19: in init pymoab.core
???
E ImportError: cannot import name Iterable
I am using python 3.10.12. This is the only error occured.
Reason?