Error cx_Freeze.command._bdist_msi #1611
Pytholearn
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey bro
when i want to install
It says that it gives an error and says that cx_Freeze.command._bdist_msi is not available
What should I do?
Error:
from .command.bdist_msi import BdistMSI as bdist_msi
File "C:\Users\pro\AppData\Local\Programs\Python\Python311\Lib\site-packages\cx_Freeze\command\bdist_msi.py", line 15, in
from ._bdist_msi import bdist_msi
ModuleNotFoundError: No module named 'cx_Freeze.command._bdist_msi'
Beta Was this translation helpful? Give feedback.
All reactions