Skip to content
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

Requiring specific versions for packages causes unnecessary problems #163

Open
NHLOCAL opened this issue Feb 25, 2024 · 0 comments
Open

Comments

@NHLOCAL
Copy link

NHLOCAL commented Feb 25, 2024

In the installation requirements file, the packages require a specific version. When I tried to install it with pip, the installation failed repeatedly in both Python 3.12 and 3.11.
In practice, when I tried to install each package manually, without requiring a specific version, for example in the numpy package, the installation worked perfectly.

In the end, your code worked great on my computer (Intel(R) Core(TM) i7-1065G), with the versions I downloaded, without any problems.
(Except for a message at the beginning of the run "ftfy or spacy is not installed using BERT BasicTokenizer instead of ftfy.", but in practice, the code worked well!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant