-
Notifications
You must be signed in to change notification settings - Fork 882
freeze pip version #904
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
freeze pip version #904
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@@ -56,8 +56,6 @@ RUN if [ "$MACHINE_TYPE" = "gpu" ]; then export USE_CUDA=1; fi \ | |||
&& git checkout ${BRANCH_NAME} \ | |||
&& python ts_scripts/install_dependencies.py --environment=dev --cuda $CUDA_VERSION \ | |||
&& python ts_scripts/install_from_src.py \ | |||
&& pip install captum \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed these statements as these are installed as part of install_depenencies.py
the packages are already included in the common.txt and developer.txt requirements file.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
This PR may not be required now as pip @dhanainme @maaquib |
Closing this PR as pip has now released a newer version on pip : 20.3.3 and the issue is now resolved. |
Description
Due to the latest released pip version, the builds are failing.
Open issues on pip GH repo
pypa/pip#9285
pypa/pip#9284
pypa/pip#9283
Log snippet from build failure
Freezing the pip version to
20.3
major release.Type of change
Please delete options that are not relevant.
Feature/Issue validation/testing
Please describe the tests [UT/IT] that you ran to verify your changes and relevent result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.
Test A
Test B
UT/IT execution results
Logs
Checklist: