-
Notifications
You must be signed in to change notification settings - Fork 33
Fixes for linux fedora python 3.12 #63
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
base: main
Are you sure you want to change the base?
Fixes for linux fedora python 3.12 #63
Conversation
…n linux using conda (which fixed some issues for me)
…land which did always fall back to x11
…ut chrome installed)
| six==1.16.0 | ||
| thefuzz==0.22.1 | ||
| tk==0.1.0 | ||
| transformers==4.27.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dependency transformers throws an error for me. Is this needed for win/mac or other distros?
| future==0.18.2 | ||
| fuzzywuzzy==0.18.0 | ||
| idna==3.4 | ||
| numpy==1.26.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dependency numpy throws an error for me. Is this needed for win/mac or other distros?
I am running Fedora 42 with Wayland and Gnome and needed to do some changes to the code to make it running.
I also upgraded to python 3.12.
For installation, I had to use
condaas I had issues with some dependencies.These changes may break things on Windows/Mac or other Linux Distros.
I am aware there is another PR from a Linux user (probably arch). I did not test this, as the PR is still on hold.
If you're interested in merging this, but need more testing, I have a Windows 10 and Mac machine I could use.
Disclaimer: I am a frontend dev and do not know Python! I did most of this with the help of AI, so please review the code.