from...import ... 不能导入的原因?

from polarpy import polar_spectra_to_hdf5

 

ImportError                               Traceback (most recent call last)
<ipython-input-18-66075a5c1728> in <module>
----> 1 from polarpy import polar_spectra_to_hdf5

ImportError: cannot import name 'polar_spectra_to_hdf5' from 'polarpy' (/home/cjm/miniconda3/envs/threeML/lib/python3.7/site-packages/polarpy-1.0a0-py3.7.egg/polarpy/__init__.py)

没有polarpy这个东东吧    试试pypolar   而且里面也没polar_spectra_to_hdf5  不知道