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
The following error appears out of Python 2.7.16 but not with Slicer python-real which is 2.7.13:
Traceback (most recent call last):
File "diffusionQC/diffusionQC.py", line 57, in <module>
QC.run()
File "/home/tb571/miniconda2/lib/python2.7/site-packages/plumbum/cli/application.py", line 572, in run
retcode = inst.main(*tailargs)
File "diffusionQC/diffusionQC.py", line 53, in main
process(self.dwi, self.mask, self.out, self.autoMode)
File "/home/tb571/Downloads/SlicerDiffusionQC/diffusionqclib/diffusionqclib/gradient_process.py", line 240, in process
S = res.get() # when pool.map_async
File "/home/tb571/miniconda2/lib/python2.7/multiprocessing/pool.py", line 572, in get
raise self._value
ValueError: Object arrays cannot be loaded when allow_pickle=False
Solution
Move to Python 3/Slicer 4.11 and see if this happens.
The text was updated successfully, but these errors were encountered:
Error
The following error appears out of Python 2.7.16 but not with Slicer python-real which is 2.7.13:
Solution
Move to Python 3/Slicer 4.11 and see if this happens.
The text was updated successfully, but these errors were encountered: