-
-
Notifications
You must be signed in to change notification settings - Fork 34
5060 upgrade virtualenv #97
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
Conversation
|
Thanks so much for the contribution, it's a great start. It looks like there are some problems with the pip upgrade, as if I use image built from these changes to run st2-packages and build. It then fails when it runs: which looks to be because of the change in pip - the newer pip doesn't work with our fixate-requirements.py: I'm not sure whether this means that to be able to upgrade pip we need to amend the fixate-requirements.py or if there is a way to use newer pip for the virtualenvs but still use the older pip for this part. Need some advice from others that know more about the buliding process. |
|
Okay waiting on your feedback. Thank you and sorry for the delays i have been really busy lately :) |
|
As @amanda11 identified, the pip/virtualenv upgrades might be more involved, your work is proceeding here StackStorm/st2#5123 and #98. Thanks @kroustou for starting this story! |
|
Thank you very much for your hard work |
No description provided.