-
-
Notifications
You must be signed in to change notification settings - Fork 747
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
Upgrade pip to latest 20.x version #5060
Comments
From what I understand the actionable here is to upgrade pip to latest version. I updated the Issue title to reflect it. This is a st2 maintenance periodic task to update dependencies to latest versions and we'll try to use never |
@armab As you mentioned in slack, we updated virtualenv to 20.1.0 in st2actionrunner container It solves the issue. We are still checking for side effects. |
Resolved by by changes committed to master under PR #5123. and related PRs. |
Closing as upgraded pip in v3.5.0. |
how can we update pip for the kubernetes deployment of ST2? |
SUMMARY
A few days ago packs that had aio-pika in requirements failed in "install pack dependencies" phase.
We found out that aio-pika uses yarl as a requirement without a fixed version.
yarl pushed changes to master in recent days, and also uses multidict who also created changes in recent days.
We resolved the issue when we manually updated the version of pip to latest - 20.2.3.
STACKSTORM VERSION
st2 3.1.0, on Python 3.6.9
OS, environment, install method
We uses Docker and custom docker-compose.
Steps to reproduce the problem
Insert yarl, aio-pika, or multidict to requirements with pip version 19.1.1 in the virtual environment of the packages
Expected Results
We expect to pass the phase of "install pack dependencies".
Actual Results
This error will be raised:
The text was updated successfully, but these errors were encountered: