G
G
Guerro692020-07-29 22:24:15
Python
Guerro69, 2020-07-29 22:24:15

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

I thought that the solution to this problem is obvious, you just need to enter the pip install pywin32-ctypes command, but when I entered it, python answered me that this library was already installed and then the question is how to run this pyinstaller?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Tikhonov, 2020-07-30
@Guerro69

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 question

Ask a Question

731 491 924 answers to any question