Answer the question
In order to leave comments, you need to log in
Pyinstaller doesn't want to work?
I wrote a code in python`e and wanted to send it to a friend, but since python is interpreted, this puzzled me and I found a solution using the pyinstaller library, but one 'but' when I enter any command that starts with pyinstaller, he writes me the following -
PyInstaller cannot check for assembly dependencies.
Please install pywin32-ctypes.
pip install pywin32-ctypes
Answer the question
In order to leave comments, you need to log in
Most likely the pythons are mixed up. In one installer, in the other vin32. In order not to bother with diagnostics, create a new virtual environment, activate and install both packages there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question