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
I know the last thing you want is more Windows issues but I figured I'd drop this here on the off-chance it helps.
PS > .\python
Python 3.12.3 (main, May 262024,10:15:20) [GCC12.3.0] on linux
Type "help","copyright","credits" or "license"for more information.
>>> import os
>>> os.add_dll_directory()
Traceback (most recent call last):
File "<stdin>", line 1,in<module>
AttributeError: module 'os' has no attribute 'add_dll_directory'
PS > bin/python
Python 3.11.4 (heads/pypack1:7127f06, May 252024,19:26:57) [GCC12.3.0] on linux
Type "help","copyright","credits" or "license"for more information.
>>> import os
>>> os.add_dll_directory()
Traceback (most recent call last):
File "<stdin>", line 1,in<module>
AttributeError: module 'os' has no attribute 'add_dll_directory'
The text was updated successfully, but these errors were encountered:
I know the last thing you want is more Windows issues but I figured I'd drop this here on the off-chance it helps.
The text was updated successfully, but these errors were encountered: