ModuleNotFoundError: No module named 'setuptools.command.build' #3370
Unanswered
DannyVarod
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hi @DannyVarod, in theory there is no breaking change in this version. Please note that using Als, could you also please confirm which operating system/distribution/version you are using? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I experienced the same issue (related, in my case, to py7zr). The solution in my build was to upgrade pip (pip3 install --upgrade pip). Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, with latest version of setuptools, some older packages now won't install and output the error:
ModuleNotFoundError: No module named 'setuptools.command.build'
This seems to have started on version 62.4.0
Was there a breaking change in this version?
Beta Was this translation helpful? Give feedback.
All reactions