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

RuntimeError: setuptools >= 41 required to build #159

Open
wdpypere opened this issue Jun 15, 2020 · 0 comments
Open

RuntimeError: setuptools >= 41 required to build #159

wdpypere opened this issue Jun 15, 2020 · 0 comments

Comments

@wdpypere
Copy link
Contributor

The problem is that the system-wide installed setuptools version is too old for a recent virtualenv (which is required by tox)

It's not entirely clear to me why pip3 install tox just doesn't pull in a more recent setuptools version if the existing one isn't recent enough though, that's a bit weird to me.

Clearly we need to handle this properly through vsc-install, so the Jenkinsfile installs both setuptools<42.0 (since vsc-install itself isn't compatible with setuptools>=42.0) and tox.

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