AttributeError: partially initialized module 'numpy.core.arrayprint' has no attribute 'array2string' (most likely due to a circular import)
test_task_feather.py:331: in test_av_feather
import numpy.core.arrayprint
../../../../venv/lib/python3.10/site-packages/numpy/core/arrayprint.py:41: in <module>
from .numeric import concatenate, asarray, errstate
../../../../venv/lib/python3.10/site-packages/numpy/core/numeric.py:2520: in <module>
from .arrayprint import *
E AttributeError: partially initialized module 'numpy.core.arrayprint' has no attribute 'array2string' (most likely due to a circular import)
|
RuntimeError: Missing or incomplete install of module astroviper. This module must be installed to use astroviper.imaging.feather. The caught exception is No module named 'astroviper'
test_task_feather.py:335: in test_av_feather
feather(
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/feather.py:88: in __call__
task_result = _feather_t( _pc.document['imagename'], _pc.document['highres'], _pc.document['lowres'], _pc.document['sdfactor'], _pc.document['effdishdiam'], _pc.document['lowpassfiltersd'], _pc.document['method'], _pc.document['outformat'], _pc.document['ncores'], _pc.document['maxmem'] )
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_feather.py:106: in feather
raise result
E RuntimeError: Missing or incomplete install of module astroviper. This module must be installed to use astroviper.imaging.feather. The caught exception is No module named 'astroviper'
|