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

Refactored action router to use semantic routing #58

Merged
merged 11 commits into from
Jul 13, 2024
Merged

Conversation

Added star history
Resolves dependency conflict:
133.7 The conflict is caused by:
133.7     The user requested aiohttp==3.8.5
133.7     openai 0.28.0 depends on aiohttp
133.7     semantic-router 0.0.51 depends on aiohttp<4.0.0 and >=3.9.5
133.7
133.7 To fix this you could try to:
133.7 1. loosen the range of package versions you've specified
133.7 2. remove package versions to allow pip attempt to solve the dependency conflict
133.7
133.7 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
------
Dockerfile:53
--------------------
  52 |     # Create virtual environment and install dependencies
  53 | >>> RUN python3 -m venv /env && \
  54 | >>>     /env/bin/pip install --no-cache-dir --use-pep517 -r src/requirements.txt
  55 |
--------------------
ERROR: failed to solve: process "/bin/sh -c python3 -m venv /env &&     /env/bin/pip install --no-cache-dir --use-pep517 -r src/requirements.txt" did not complete successfully: exit code: 1
Docker build failed. Exiting...
Bumped openai dependency to resolve conflict:
262.9 ERROR: Cannot install -r src/requirements.txt (line 50) and openai==0.28.0 because these package versions have conflicting dependencies.
262.9
262.9 The conflict is caused by:
262.9     The user requested openai==0.28.0
262.9     semantic-router 0.0.51 depends on openai<2.0.0 and >=1.10.0
262.9
262.9 To fix this you could try to:
262.9 1. loosen the range of package versions you've specified
262.9 2. remove package versions to allow pip attempt to solve the dependency conflict
262.9
262.9 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
------
Dockerfile:53
--------------------
  52 |     # Create virtual environment and install dependencies
  53 | >>> RUN python3 -m venv /env && \
  54 | >>>     /env/bin/pip install --no-cache-dir --use-pep517 -r src/requirements.txt
  55 |
--------------------
ERROR: failed to solve: process "/bin/sh -c python3 -m venv /env &&     /env/bin/pip install --no-cache-dir --use-pep517 -r src/requirements.txt" did not complete successfully: exit code: 1
Docker build failed. Exiting...
@judahpaul16 judahpaul16 self-assigned this Jul 13, 2024
@judahpaul16 judahpaul16 merged commit 4eb12b9 into main Jul 13, 2024
@judahpaul16 judahpaul16 deleted the action-routing branch July 13, 2024 21:40
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

Successfully merging this pull request may close these issues.

1 participant