You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows, after compiling the Python bindings, a .dll is created. Currently the user need to use os.add_dll_directory.
Need to find .dll automatically by calling the add_dll func ourselves in an init.py file.
Need to check if the init file is called before the dll is required.
The text was updated successfully, but these errors were encountered:
On windows, after compiling the Python bindings, a .dll is created. Currently the user need to use os.add_dll_directory.
Need to find .dll automatically by calling the add_dll func ourselves in an init.py file.
Need to check if the init file is called before the dll is required.
The text was updated successfully, but these errors were encountered: