Skip to content
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

Failed to run on Windows 7. Please, remove support for Python v3.8. Because Python v3.8 still supports Windows 7 #300

Open
GaneJ opened this issue Aug 26, 2024 · 1 comment

Comments

@GaneJ
Copy link

GaneJ commented Aug 26, 2024

Started from version 0.22, watchfiles failed to run on Windows 7.

This is because the import "ProcessPrng" in bcryptprimitives.dll is missing in Windows 7 (_rust_notify.cp38-win_amd64.pyd).

All_2

That function is only available in Windows 10 and above.

Since Python v3.8 still supports Windows 7, watchfiles has to drop Python v3.8 support.

Thanks.

@GaneJ
Copy link
Author

GaneJ commented Sep 2, 2024

I got it from https://pypi.org/

Version 0.24.0 still the same for Python 3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@GaneJ and others