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

Unable to install forte 0.3.0.dev2 using forte-wrapper #113

Open
ltfschoen opened this issue Nov 3, 2022 · 0 comments
Open

Unable to install forte 0.3.0.dev2 using forte-wrapper #113

ltfschoen opened this issue Nov 3, 2022 · 0 comments

Comments

@ltfschoen
Copy link

ltfschoen commented Nov 3, 2022

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:

  1. Prepare
  1. Run command
pip install -r requirements.txt
  1. 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.

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