[
https://issues.apache.org/jira/browse/ARROW-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927176#comment-16927176
]
Kazuaki Ishizaki edited comment on ARROW-6015 at 9/11/19 4:44 AM:
------------------------------------------------------------------
IIUC, there is already a paragraph to suggest installing Visual C++
Redistribute at
[here|https://arrow.apache.org/docs/python/install.html#using-pip]? Do we need
to update the link and add an example for a failure?
{code}
If you encounter any importing issues of the pip wheels on Windows, you may
need to install the Visual C++ Redistributable for Visual Studio 2015.
{code}
Finally (beyond 0.15?), is it the best solution to bundle the DLLs? Since I am
studying how to package whl in windows for the release, it takes a time for me
to find a way to bundle the DLLs. If there is a document, it helps me.
was (Author: kiszk):
IIUC, there is already a paragraph to suggest installing Visual C++
Redistribute at
[here|https://arrow.apache.org/docs/python/install.html#using-pip]? Do we need
to update the link and add an example for a failure?
{code}
If you encounter any importing issues of the pip wheels on Windows, you may
need to install the Visual C++ Redistributable for Visual Studio 2015.
{code}
Finally, is it the best solution to bundle the DLLs. Since I am studying how to
package whl in windows for the release, it takes a time for me to find a way to
bundle the DLLs. If there is a document, it helps me.
> [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)