[
https://issues.apache.org/jira/browse/ARROW-9666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou updated ARROW-9666:
--------------------------------
Description:
https://ci.appveyor.com/project/Ursa-Labs/crossbow/builds/34509432?fullLog=true#L3147
{noformat}
C:\projects\crossbow>C:\Python38-x64\python.exe -c "import pyarrow" || exit
/B
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python38-x64\lib\site-packages\pyarrow\__init__.py", line 62, in
<module>
import pyarrow.lib as _lib
ImportError: DLL load failed while importing lib: The specified module could
not be found.
{noformat}
> [Python][wheel][Windows] library missing failure by ARROW-9412
> ---------------------------------------------------------------
>
> Key: ARROW-9666
> URL: https://issues.apache.org/jira/browse/ARROW-9666
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Major
>
> https://ci.appveyor.com/project/Ursa-Labs/crossbow/builds/34509432?fullLog=true#L3147
> {noformat}
> C:\projects\crossbow>C:\Python38-x64\python.exe -c "import pyarrow" || exit
> /B
> Traceback (most recent call last):
> File "<string>", line 1, in <module>
> File "C:\Python38-x64\lib\site-packages\pyarrow\__init__.py", line 62, in
> <module>
> import pyarrow.lib as _lib
> ImportError: DLL load failed while importing lib: The specified module could
> not be found.
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)