Open
Description
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:
- Prepare
- Clone https://github.com/petuum/composing_information_system
- 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):
- OS: [e.g. iOS] macOS
- Version [e.g. 22] 10.14.6
- Python and Package verions: [e.g. Python version, Pytorch version] Python 3.7.13
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels
Activity