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
To load deps, python needs add_dll_directory() calls. At the moment, python cannot import any of the libraries. Patching individual ports doesn't seem to be the way to happiness. Should the python3 port be patched to add the main library directory on load? Should another utility port be added that adds this to the python path (sitecustomize or similar)?
The text was updated successfully, but these errors were encountered:
To load deps, python needs
add_dll_directory()
calls. At the moment, python cannot import any of the libraries.Patching individual ports doesn't seem to be the way to happiness. Should the
python3
port be patched to add the main library directory on load? Should another utility port be added that adds this to the python path (sitecustomize
or similar)?The text was updated successfully, but these errors were encountered: