Skip to content

[Python] Python does not find the DLLs correctly on Windows #32999

Description

@asfimport

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.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions