Skip to content

Commit

Permalink
Try adding path manualyl for pyarrow DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 19, 2024
1 parent db16c42 commit cbd3970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/python_wheel_windows_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ python setup.py bdist_wheel || exit /B 1
pip install delvewheel || exit /B 1
for /f %%i in ('dir dist\pyarrow-*.whl /B') do set WHEEL_NAME=dist\%%i || exit /B 1
echo "Wheel name: %WHEEL_NAME%"
delvewheel repair %WHEEL_NAME% -w repaired_wheels || exit /B 1
delvewheel repair %WHEEL_NAME% --add-path C:\arrow\python\build\bdist.win-amd64\wheel\pyarrow -w repaired_wheels || exit /B 1
delvewheel show %WHEEL_NAME% || exit /B 1
popd

0 comments on commit cbd3970

Please sign in to comment.