You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Alenka Frim (Jira)" <ji...@apache.org> on 2022/09/19 07:10:00 UTC

[jira] [Created] (ARROW-17771) [Python] Python does not finds the DLLs correctly on Windows

Alenka Frim created ARROW-17771:
-----------------------------------

             Summary: [Python] Python does not finds the DLLs correctly on Windows
                 Key: ARROW-17771
                 URL: https://issues.apache.org/jira/browse/ARROW-17771
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Alenka Frim
             Fix For: 10.0.0


It seems that after the Python refactoring PR [https://github.com/apache/arrow/pull/13311] 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:
{code:console}
CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1
{code}

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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)