Open
Conversation
…n linux using conda (which fixed some issues for me)
…land which did always fall back to x11
…ut chrome installed)
Dollique
commented
Sep 14, 2025
| six==1.16.0 | ||
| thefuzz==0.22.1 | ||
| tk==0.1.0 | ||
| transformers==4.27.4 |
Author
There was a problem hiding this comment.
The dependency transformers throws an error for me. Is this needed for win/mac or other distros?
Dollique
commented
Sep 14, 2025
| future==0.18.2 | ||
| fuzzywuzzy==0.18.0 | ||
| idna==3.4 | ||
| numpy==1.26.0 |
Author
There was a problem hiding this comment.
The dependency numpy throws an error for me. Is this needed for win/mac or other distros?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.