raulcd commented on PR #45323:
URL: https://github.com/apache/arrow/pull/45323#issuecomment-2606724119

   Great! This seems to work but it's copying the dll on `pyarrow.libs/` an 
this was not expected to be previously:
   ```
    C:\>C:\Python39\python 
C:\arrow\ci\scripts\python_wheel_validate_contents.py --path 
C:\arrow\python\repaired_wheels   || exit /B 1 
   Traceback (most recent call last):
     File "C:\arrow\ci\scripts\python_wheel_validate_contents.py", line 48, in 
<module>
       main()
     File "C:\arrow\ci\scripts\python_wheel_validate_contents.py", line 44, in 
main
       validate_wheel(args.path)
     File "C:\arrow\ci\scripts\python_wheel_validate_contents.py", line 35, in 
validate_wheel
       assert not outliers, f"Unexpected contents in wheel: {sorted(outliers)}"
   AssertionError: Unexpected contents in wheel: ['pyarrow.libs/', 
'pyarrow.libs/.load-order-pyarrow-20.0.0.dev14', 
'pyarrow.libs/msvcp140-a4b2ab3dc6cde85d4f2c0e24432d66e1.dll']
   ```
   We might want to update our `python_wheel_validate_contents.py` script to 
allow this folder to be available on the Windows wheel.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to