You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed Python 3.7.13 to match the .python-version
Run command
pip install -r requirements.txt
See error
ERROR: Cannot install -r requirements.txt (line 4) and forte 0.3.0.dev2 (from git+https://****@github.com/asyml/forte.git#egg=forte) because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested forte 0.3.0.dev2 (from git+https://****@github.com/asyml/forte.git#egg=forte)
forte-nltk 0.0.3 depends on forte==0.2.0
To fix this you could try to:
1. loosen the range of package versions you've specified
3. 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
WARNING: You are using pip version 22.0.4; however, version 22.3 is available.
You should consider upgrading via the '/Users/cuttlefish/.pyenv/versions/3.7.13/bin/python3.7 -m pip install --upgrade pip' command.
Expected behavior
A clear and concise description of what you expected to happen.
Expected no error. Not sure how to override and install forte==0.2.0 to satisfy the error
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Describe the bug
I tried to use use forte-wrappers to install dependencies in the 'main' branch of this repository https://github.com/petuum/composing_information_system
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Expected no error. Not sure how to override and install forte==0.2.0 to satisfy the error
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: