-
Notifications
You must be signed in to change notification settings - Fork 286
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
Unable to install Talon on python 3.11.4 due to dependency conflict with cchardet package #234
Comments
cchardet is no longer maintained. @andersk opened this PR to fix it the issue - no response yet from Talon maintainers. As an aside, this fork is an actively maintained direct replacement for cchardet. |
Talon seems to be unmaintained. |
@rpoyau that isn't clear. Deprecated Mailgun libraries have been clearly marked as such in the docs. I've reached out directly to the Mailgun team. |
The zulip fork of talon @ zulip-25522 resolves this 👉 https://github.com/zulip/talon/tree/zulip-25522 I install it using pip-tools with this in
Which gets turned into this in
|
install cython with this should fix it if not also install
then |
I am experiencing difficulties while attempting to install the Talon in my Python 3.11.4 environment. The installation process fails with an error related to the dependency on the cchardet package.
This is the error I'm getting:
I've tried installing it on linux as well but throws the same error
The text was updated successfully, but these errors were encountered: