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

pypi package installation error #18

Open
agn-7 opened this issue Feb 5, 2023 · 0 comments
Open

pypi package installation error #18

agn-7 opened this issue Feb 5, 2023 · 0 comments

Comments

@agn-7
Copy link

agn-7 commented Feb 5, 2023

During installing the requirements, I got the following error:

ERROR: Cannot install -r heteronym_finder_requirements.txt (line 6) and nltk==3.6.5 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested nltk==3.6.5
    parsivar 0.2.3 depends on nltk==3.4.5

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

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

So I had to change the version of nltk package from 3.6.5 to 3.4.5 temporarily to proceed with the heteronym_finder_requirements.txt file.

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