O
O
Oleg2021-02-03 11:15:45
Building projects
Oleg, 2021-02-03 11:15:45

How to fix pyinstaller compilation error?

I'm trying to compile a program written in python into an exe file using pyinstaller. It gives a sheet of errors
. The output is an empty dist and build folder with files, but there is no exe
601a5b3462c6c830589369.png:

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
soremix, 2021-02-03
@soremix

Version 3.3.1 came out a hundred years before python 3.9

I
Ivan Balashov, 2021-02-03
@vanoren

You either have errors in the code itself, or problems with the libraries you use. You are getting errors in the console. Fix them! Most likely the problem will be solved.

O
Oleg, 2021-02-03
@dotokbit

Thank you all so much! Issue resolved!
Solution: you had to pre-register pip install wheel

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question