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
This issue shows up today. I ran the same command yesterday and did not get the same error. According to this setuptools issue, in short:
a workaround is export SETUPTOOLS_USE_DISTUTILS=stdlib (I have tested for both of snap and pypi version of charm-tools. This workaround will work for both of them.)
Checklist
What version am I running?
I ran the following command:
snap info charm
and got the following ouput:I am using: Ubuntu Mate (bionic)
Issue/Feature
charm build
fails for python setuptools. For example, build the jenkins charm will fail bygit clone https://github.com/jenkinsci/jenkins-charm.git
cd jenkins-charm
charm build ./
I expect/expected the following
The charm build process will complete successfully.
What I got
The text was updated successfully, but these errors were encountered: