Skip to content
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

Travis CI failures on Python 2.7 #3

Open
kevinoid opened this issue Oct 22, 2020 · 0 comments
Open

Travis CI failures on Python 2.7 #3

kevinoid opened this issue Oct 22, 2020 · 0 comments

Comments

@kevinoid
Copy link
Owner

Builds currently fail for Python 2.7 on Travis CI. For example, see Job 21.1 which fails with:

running egg_info
error: 'egg_base' must be a directory name (got `src`)

This appears to be pypa/setuptools#1136 which was fixed in 40.7.0 and again in 40.7.1. Since 44.1.1 (the most recent version with Python 2.7 support currently) is installed and the problem does not occur on GitHub Actions, I suspect it is a result of pypa/pip#6264, since Travis CI runs in a virtualenv.

It might be possible to work around, as in kxepal/setuptools-changelog@911d39e, but I would prefer to understand the cause first.

Since none of my current projects require support for Python 2.7 (which is EOL) nor Travis CI, this issue is low-priority. It will be kept open for future reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant