Skip to content

Conversation

@daklauss
Copy link
Member

Especially on windows, it is very likely, that the current conda environment ist not added to the path variable. In this case, if cadet python is not able to detect the instance of cadet, two new path entries are added to the path within execution.

 dll_paths = [
                str(Path(sys.prefix) / 'Library' / 'bin'),
                str(Path(sys.prefix) / 'bin'),
]

@daklauss daklauss marked this pull request as draft January 12, 2026 12:01
@daklauss daklauss closed this Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants