-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
It seems that after the Python refactoring PR #13311 (ARROW-16340) Python is unable to find arrow_python even though the library it is imported into the correct directory.
Currently this issue is fixed with setting an additional environment variable:
CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1We need to investigate further why this error is happening after the refactoring and make sure Python is able to find the libraries on Windows without the additional env vars being specified.
Reporter: Alenka Frim / @AlenkaF
Assignee: Alenka Frim / @AlenkaF
Related issues:
- [C++][Python] test_cython_api fails on windows (is related to)
PRs and other links:
Note: This issue was originally created as ARROW-17771. Please see the migration documentation for further details.