-
-
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
20.0.19 Fails on CentOS 7/older Python 2 - AttributeError: 'module' object has no attribute 'get_makefile_name' #1810
Labels
Comments
ianw
changed the title
Fails on CentOS 7 - AttributeError: 'module' object has no attribute '_get_makefile_name'
Fails on CentOS 7 - AttributeError: 'module' object has no attribute 'get_makefile_name'
May 4, 2020
ianw
added a commit
to ianw/virtualenv
that referenced
this issue
May 4, 2020
Per the issue mentioned inline, this function may have different names. Probe for the _ prefixed version as well. Closes: pypa#1810
ianw
added a commit
to ianw/virtualenv
that referenced
this issue
May 4, 2020
Per the issue mentioned inline, this function may have different names. Probe for the _ prefixed version as well. Closes: pypa#1810
ianw
added a commit
to ianw/virtualenv
that referenced
this issue
May 4, 2020
Per the issue mentioned inline, this function may have different names. Probe for the _ prefixed version as well. Closes: pypa#1810
ianw
changed the title
Fails on CentOS 7 - AttributeError: 'module' object has no attribute 'get_makefile_name'
20.0.19 Fails on CentOS 7/older Python 2 - AttributeError: 'module' object has no attribute 'get_makefile_name'
May 4, 2020
rdoproject
pushed a commit
to rdo-infra/rdo-jobs
that referenced
this issue
May 4, 2020
20.0.19 has caused issue[1] when running in CentOS7, until it's fixed in next release and is in nodepool images, let's workaround by installing older version. [1] pypa/virtualenv#1810 Change-Id: I065c96a3f871f477ce572a1e508d489437af7d9c
Hello, this now has been released via https://pypi.org/project/virtualenv/20.0.20/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue
20.0.19 fails on centos 7 with Python 2.7.5
Seems to be from dfafc11 which introduced the usage of this call. After reading https://bugs.python.org/issue22199, it appears this might be _ prefixed on some platforms with older Python, such as CentOS 7 (looks like it only got renamed for 2.7.9?)
The text was updated successfully, but these errors were encountered: