-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
0.1.5 release was broken: deleted from PYPA #17
Comments
Apparently this is caused by pypa/virtualenv#355 which we missed to detect during testing. A fix will need to include improved testing to avoid such regression. |
I want to revisit this issue, can we return to "system_python = sys.executable" We failed to run selinux package inside the virtualenv |
I believe I'm running into this issue when installing ansible into a pyenv:
I don't have /usr/bin/python3.9 on this system My workaround has been to update .pyenv/versions/3.9.13/lib/python3.9/site-packages/selinux/init.py to point to my local python but would be nice if worked out of the box. Thanks |
Ah my bad, I should've put this into #69 instead |
As last night release proved to break jobs, I removed it from PYPI and we will need to make a new one once we fix the breaking change that caused it.
Example: http://logs.rdoproject.org/19/21319/1/check/tox-py27/37a6c77/tox/reports.html
The text was updated successfully, but these errors were encountered: