Resolve pip install error and update to python base 1.0.8#15
Open
EdSwarthout wants to merge 3 commits intoNVIDIA:mainfrom
Open
Resolve pip install error and update to python base 1.0.8#15EdSwarthout wants to merge 3 commits intoNVIDIA:mainfrom
EdSwarthout wants to merge 3 commits intoNVIDIA:mainfrom
Conversation
Fixes:
Successfully built tesseract langdetect antlr4-python3-runtime pypika
ERROR: Exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 165, in exc_logging_wrapper
status = run_func(*args)
File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper
return func(self, options, args)
File "/usr/lib/python3/dist-packages/pip/_internal/commands/install.py", line 389, in run
to_install = resolver.get_installation_order(requirement_set)
File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 188, in get_installation_order
weights = get_topological_weights(
File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 276, in get_topological_weights
assert len(weights) == expected_node_count
AssertionError
ERROR: process "/bin/bash -c pip install --user -r /opt/project/build/requirements.txt" did not complete successfully: exit code: 2
- Updated Base Environment to 'nvidia/ai-workbench/python-basic:1.0.8' Note: Update removed chatui from custom webapps
- Created app 'chat'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Older pip fails to install dependencies. Updating pip in preBuild resolves the issue.
AI-workbench suggests updating python base to 1.0.8, but doing this removes the custom chat app from spec.yaml.
Adding it back in with AI-workbench moves it to the execution: apps: section.