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=1
We 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:
PRs and other links:
Note: This issue was originally created as ARROW-17771. Please see the migration documentation for further details.
It seems that after the Python refactoring PR #13311 (ARROW-16340) Python is unable to find
arrow_pythoneven though the library it is imported into the correct directory.Currently this issue is fixed with setting an additional environment variable:
We 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:
PRs and other links:
Note: This issue was originally created as ARROW-17771. Please see the migration documentation for further details.