RiboCode
RiboCode copied to clipboard
ImportError: cannot import name 'PPoly' from partially initialized module 'scipy.interpolate' (most likely due to a circular import) (/home/zhai2/miniconda3/lib/python3.8/site-packages/scipy/interpolate/__init__.py)
when i use the command : metaplots -a -r ,it show ImportError: cannot import name 'PPoly' from partially initialized module 'scipy.interpolate' (most likely due to a circular import) (/home/zhai2/miniconda3/lib/python3.8/site-packages/scipy/interpolate/init.py)
how can i slove this ? thankyou
Updating the scipy to the latest version should solve this problem.