-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider removing portalocker
dependency
#96
Comments
Thanks for providing lots of materials here. We will take a look, and possibly re-open the previous research effort on relevant topics here and there. Currently, the file locking is the reason we use portalocker, because we do not want to get ourselves into the file locking business. We will need some investigation to see what we can do here. |
Has there been any update on this? Upstream |
The PR #117 was a ready-to-test 2 years ago, but it seems there was no strong interest. Now I rebased the PR and further polished it. @glaubitz or everyone interested can briefly test it by:
|
Primarily because it requires
pywin32
, which has been a troublesome (transitive) dependency. See for example these Azure SDK issues:AssertionError upon importing pywin32 in Azure Function: Azure/azure-sdk-for-python#19989
Can't run
python
after installing pywin32 226: Azure/azure-sdk-for-python#8573DLL load fails on Python 3.8: Azure/azure-sdk-for-python#8292
The text was updated successfully, but these errors were encountered: