-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
ModuleNotFoundError: No module named 'distutils.msvccompiler' #125836
Comments
Sorry, but you should report this instead to the pylzma project. The distutils package was removed from the stdlib in CPython 3.12. |
Sorry, my bad. I solved it, btw! |
@tr1ppyb0y can yo let me know how did you resolved this issue? |
Please refer to this reply, I have explained in detail, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
It is regarding this error when installing,
pip install pylzma
Same error occurs when I am running these commands in python shell,
from distutils import msvccompiler
orfrom distutils.msvccompiler import MSVCCompiler
Although, when I tried to
import
theMSVCCompiler
in python shell with this command,from distutils._msvccompiler import MSVCCompiler
it imported just fine. Please see the screenshot below.I think it's just file naming issue, but please correct me if I am wrong.
Please help.
CPython versions tested on:
3.13
Operating systems tested on:
Windows
The text was updated successfully, but these errors were encountered: