-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
pip inside virtualenv broken on osx TravisCI w/ Python 2.7 #1577
Comments
See also #1576 for the same thing with |
I'm fairly certain our release from yesterday may have broken CI environments that assumed that all virtual environment files are within the target folder. We're now making app-data copy by default, see #1578, this might fix most edge-cases; though mind you environments already broken at image level, as is @hugovk case will probably require some intervention from the CI operator level to fix. |
This now has been fixed on our side, so I'll close the issue. Once we do the bugfix release I'll come back and post a message here. |
@gaborbernat Thanks a lot for working on this! I've updated the Travis script to install virtualenv from the GitHub master branch, but I still see the same issue: https://travis-ci.org/nsoranzo/galaxy/builds/649034246 If the issue is at the CI image level, do you have suggestions for a workaround? Using |
I'll need to take a look to confirm, just released few minutes ago 20.0.2. |
Can you do a |
Here it is: https://travis-ci.org/nsoranzo/galaxy/builds/649094823 |
Another weirdness I've discovered: with the venv activated, |
Fixed by #1641, thanks @gaborbernat ! For reference, the successful Travis build where package are correctly installed inside the virtual env and |
python from the virtualenv seems to be using the pip module from
/usr/local/lib/python2.7/site-packages/pip
See https://travis-ci.org/nsoranzo/galaxy/builds/648992164 for the exact sequence of command used.
The text was updated successfully, but these errors were encountered: