amoeba commented on issue #45530: URL: https://github.com/apache/arrow/issues/45530#issuecomment-2712166517
I did a few things, - Confirmed the job still runs cleanly on my locally cached version of the image. I'm trying a completely fresh build (`--no-cache`) now to see if that fails like we see in CI. - Confirmed versions of devlewheel (1.10.0) and its dep `pefile` (2024.8.26) are the same between the failing and succeeding builds. - Reproduced the import error using the wheel published as an artifact by installing the wheel and running ` python -m pytest -r s --pyargs pyarrow -k cython --pdb`. With that, I get, ``` (Pdb) pa.get_library_dirs() ['C:\\Users\\Bryce\\Downloads\\wheel(1)\\venv\\Lib\\site-packages\\pyarrow'] ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org