[
https://issues.apache.org/jira/browse/ARROW-10126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204482#comment-17204482
]
Joris Van den Bossche commented on ARROW-10126:
-----------------------------------------------
[~GitHunter0] thanks for the info!
Regarding the errors you see in Python, those are actually expected: 1) a
DataFrame has no "write_feather" method, but it is called "to_feather" (so
{{iris.to_feather("iris.feather")}} should work) and 2) the {{pyarrow.feather}}
module first needs to be imported specifically before you can use it (eg
{{import pyarrow.feather}})
So based on this, it _seems_ that the python installation itself is fine.
> [Python] Impossible to import pyarrow module in python. Generates this
> "ImportError: DLL load failed: The specified procedure could not be found."
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ARROW-10126
> URL: https://issues.apache.org/jira/browse/ARROW-10126
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Environment: Windows 10 PRO, Visual C++ installed, Python 3.8,
> Miniconda
> Reporter: Flavio M
> Priority: Blocker
> Fix For: 1.0.0, 1.0.1
>
>
> It does not matter what I do, I just cannot import *pyarrow* module in Python
> without this error message: *"ImportError: DLL load failed: The specified
> procedure could not be found."*
> Please, how can I solve that?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)