[
https://issues.apache.org/jira/browse/ARROW-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16920138#comment-16920138
]
Kazuaki Ishizaki edited comment on ARROW-6015 at 8/31/19 2:48 PM:
------------------------------------------------------------------
At first, I cannot reproduce this issue on my Windows 10 notebook where I have
installed multiple applications.
Then, when I prepared a new fresh Windows 10 instance where I have not
installed any software and ran {{pyarrow}} on it, I noticed that I can
reproduce this issue.
After I installed some pip modules and installed utility software, I realized
that this issue does not occur.
Next, I created another Windows 10 instance to investigate what step can avoid
this issue. I checked step by step again. As a result, I found that installing
{{Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019}}
can avoid this issue.
Is this an answer to your question?
was (Author: kiszk):
At first, I cannot reproduce this issue on my Windows 10 notebook where I have
installed multiple applications.
Then, when I prepared a new Windows 10 instance where I have not installed any
software and ran {{pyarrow}} on it, I noticed that I can reproduce this issue.
After I installed some pip modules and installed utility software, I realized
that this issue does not occur.
Next, I created another Windows 10 instance to investigate what step can avoid
this issue. I checked step by step again. As a result, I found that installing
{{Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019}}
can avoid this issue.
Is this an answer to your question?
> [Python] pyarrow wheel: `DLL load failed` when importing on windows
> --------------------------------------------------------------------
>
> Key: ARROW-6015
> URL: https://issues.apache.org/jira/browse/ARROW-6015
> Project: Apache Arrow
> Issue Type: Bug
> Components: Packaging, Python
> Affects Versions: 0.14.1
> Reporter: Ruslan Kuprieiev
> Priority: Major
> Labels: wheel
> Fix For: 0.15.0
>
>
> When installing pyarrow 0.14.1 on windows 10 x64 with python 3.7, you get:
> >>> import pyarrow
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "C:\Python37\lib\site-packages\pyarrow\__init__.py", line 49, in
> <module>
> from pyarrow.lib import cpu_count, set_cpu_count
> ImportError: DLL load failed: The specified module could not be found.
> On 0.14.0 everything works fine.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)