adang1345 / delvewheel

Self-contained Python wheels for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with anaconda

AntoineD opened this issue · comments

I've built a wheel for windows and I'm having issues when testing with using the python interpreters 3.8 and 3.9 from anaconda.
I works fine when _delvewheel_init_patch_0_0_13 is force to not use os.add_dll_directory. It also works fine with the python interpreters from python.org.

I'm not the only one, although setting the environment variable CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1 does not help in my case. (using the environment variable does work actually)