-
Notifications
You must be signed in to change notification settings - Fork 27
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
requirements #33
Comments
Similar error with creating a conda env.
any workaround or fix? |
Not sure, maybe try diagnosing the issue with Claude / DeepSeek?
Probably you just have to play around with the dependency versions a bit.
If you managed to create a fix, I would appreciate it if you could create a
PR.
…On Thu, 6 Feb 2025 at 13:01, Gihun Cho ***@***.***> wrote:
Similar error with creating a conda env.
The conflict is caused by:
The user requested spacy-legacy==3.0.10
spacy 3.5.3 depends on spacy-legacy<3.1.0 and >=3.0.11
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
Pip subprocess error:
ERROR: Cannot install -r ......./rgrg/condaenv.e_0jtbbs.requirements.txt (line 20) and spacy-legacy==3.0.10 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
failed
CondaEnvException: Pip failed
any workaround or fix?
—
Reply to this email directly, view it on GitHub
<#33 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7Q3AIOXSQMM4UHTICPBUT2ONFLDAVCNFSM6AAAAABPFAEAD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZZGYZTCNZSHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can i download requirements.txt at once
its really messy with spacy
i am just doing inference on single image
i first created environment
now tried to download requirements.txt and somewhere i feel its messy
now i put the inference code in my jupyter notebook, changed the locations and tried running it but it didn't
The text was updated successfully, but these errors were encountered: