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 noticed that the requirements.txt file specifies pywin32==306, which is not supported. I also observed that I cannot download it anymore from PyPI—the oldest available version is 3.0.7. I updated it to pywin32==308, but that might be causing my problem. Honestly, the issue might just be that the script needs updating.
The text was updated successfully, but these errors were encountered:
changed self = cls._from_parts(args) to self = super().new(cls, expanded_path) in the filesystem_utils with the 'PathEx' and that fixed it i think the doc should be updated
Ya I don't know why even though info says restart to apply . And when i do no matter what example it does not work, I'm using windows 11 10.0.22621.2115 @0xDeku
I noticed that the requirements.txt file specifies pywin32==306, which is not supported. I also observed that I cannot download it anymore from PyPI—the oldest available version is 3.0.7. I updated it to pywin32==308, but that might be causing my problem. Honestly, the issue might just be that the script needs updating.
The text was updated successfully, but these errors were encountered: