Python中“导入羽毛”上的ImportError

时间:2019-10-08 22:40:08

标签: python python-3.x python-requests feather

我正在尝试在我的环境中安装羽毛,但是它在“导入羽毛”上一直崩溃。 错误消息是:

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-6-1d29cbb85491> in <module>
----> 1 import feather

~\Anaconda3\lib\site-packages\feather\__init__.py in <module>
     15 # flake8: noqa
     16 
---> 17 from feather.api import (read_dataframe, write_dataframe,
     18                          FeatherError, FeatherReader, FeatherWriter)
     19 from feather.version import version as __version__

~\Anaconda3\lib\site-packages\feather\api.py in <module>
     13 # limitations under the License.
     14 
---> 15 from pyarrow.feather import (read_feather as read_dataframe,  # noqa
     16                              write_feather as write_dataframe,
     17                              FeatherError,

~\Anaconda3\lib\site-packages\pyarrow\__init__.py in <module>
     52 
     53 
---> 54 from pyarrow.lib import cpu_count, set_cpu_count
     55 from pyarrow.lib import (null, bool_,
     56                          int8, int16, int32, int64,

ImportError: DLL load failed: The specified procedure could not be found.

解决此问题的任何帮助。 在Anaconda Prompt中,我使用了

conda install -c conda-forge feather-format

0 个答案:

没有答案