-
Notifications
You must be signed in to change notification settings - Fork 41
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
'pkgutil' AttributeError #58
Comments
This is one of the main reasons I hate python, they just depreciate whatever. Can you try adding the version to the requirements text like so:
Then running the requirements again. |
Still breaking. But it's a little different now...
|
As a temporary workaround, what worked for me, was manually upgrading some pip dependencies. |
Hello,
I am encountering this AttributeError during the initialisation of the script:
All requirements.txt installed, Python version: 3.12.6.
Not quite sure how to approach this.
The text was updated successfully, but these errors were encountered: