-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
PyYAML and _sqlite3 issue #496
Comments
For me, changing from PyYAML == 6.0 to PyYAML > 6.0 helped running the pip requirements build. |
I had the same issue when upgrading from Ubuntu 22 to Ubuntu 24. Changing the requirement to PyYAML>6.0 as suggested below I tried to do the same fot TgCrypto and Rich, allowing the build to use the newer versions but to no avail. This is where the make fails:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing with Python 3.12, if PyYAML == 6.0 it wont install:
if you do change to: PyYAML > 6.0
it is able to "make install", but however it is still not able to properly run.
With PopOS 22.04, Python 3.12 and PyYAML > 6.0, after installing, this happens when the script runs:
last_read_message_id: 0
ids_to_retry: []
media_types:
file_formats:
audio:
document:
video:
The text was updated successfully, but these errors were encountered: