We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
time.clock was removed in python/cpython#13270 but Pillow still using it and the cause the below error:
ImportError: cannot import name 'clock' from 'time' (unknown location)
The text was updated successfully, but these errors were encountered:
Sorry the error come from passlib lib
Sorry, something went wrong.
@MohsenWaleed How did you deal with the passlib error? Turns out I am using passlib too and it's causing me trouble.
Oh, turns out it was a passlib version issue. Upgrading to the version 1.7.2 fixed the issue.
No branches or pull requests
time.clock was removed in python/cpython#13270 but Pillow still using it and the cause the below error:
ImportError: cannot import name 'clock' from 'time' (unknown location)
The text was updated successfully, but these errors were encountered: