Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/279.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
“恐怖主义”一词;进口羽毛“;用Python_Python_Python 3.x_Python Requests_Feather - Fatal编程技术网

“恐怖主义”一词;进口羽毛“;用Python

“恐怖主义”一词;进口羽毛“;用Python,python,python-3.x,python-requests,feather,Python,Python 3.x,Python Requests,Feather,我试图在我的环境中安装feather,但它一直在“import feather”上崩溃。 错误消息是: --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-6-1d29cbb85491> in <mo

我试图在我的环境中安装feather,但它一直在“import 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.

你在用PyCharm吗?我在github中发现一个问题,建议从命令行启动PyCharm,以确保加载库时使用正确的路径变量:@mgrollins否,我使用的是Spyder-anaconda环境。是否使用PyCharm?我在github中发现一个问题,建议从命令行启动PyCharm以确保加载库时使用正确的路径变量:@mgrollins否,我使用的是Spyder-anaconda环境。
conda install -c conda-forge feather-format