You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: