Auto-Py-To-Exe can not convert when trying to install modules

50 Views Asked by At

I use Python 3.10, and whenever i try to convert my file to an exe it gets stuck and gives the error "IndexEroor: Tuple index out of range". When I remove all imports as numpy, selenium etc. it works fine. Seems as if I try to import packages it gets stuck.

0

There are 0 best solutions below