Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os.add_dll_directory does not work as expected on Windows with anaconda #17

Closed
lucask07 opened this issue Jun 22, 2022 · 1 comment
Closed

Comments

@lucask07
Copy link
Owner

Could not import ok when using Windows and anaconda 3.9.7
Similar issues seem to have been noticed by the scipy community:

In addition add the DDL directory to the path using:

    os.environ.setdefault('PATH', '')
    os.environ['PATH'] += os.pathsep + dll_dir

As explained at the bottom of this issue

@Ajstros
Copy link
Collaborator

Ajstros commented Jun 22, 2022

Fixed with #12

@Ajstros Ajstros closed this as completed Jun 22, 2022
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

No branches or pull requests

2 participants