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

requirements #33

Open
anas2908 opened this issue Oct 1, 2024 · 2 comments
Open

requirements #33

anas2908 opened this issue Oct 1, 2024 · 2 comments

Comments

@anas2908
Copy link

anas2908 commented Oct 1, 2024

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

@jogihood
Copy link

jogihood commented Feb 6, 2025

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?

@ttanida
Copy link
Owner

ttanida commented Feb 6, 2025 via email

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

3 participants