How can I install auto-py-to-exe
in Python3.13.1?
#515
-
I just ran
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
cx_Freeze tries to import msilib, which was removed in Python 3.13 |
Beta Was this translation helpful? Give feedback.
-
Support for cx_Freeze in Python 3.13 will be in the next minor release, 7.3.0, of cx_Freeze. See marcelotduarte/cx_Freeze#2659 for more info. I'm not actually sure why it's trying to setup cx_Freeze though, I can't see it in the dependency tree,
Maybe trying to install auto-py-to-exe in a clean virtual environment might skip the install for cx_Freeze. |
Beta Was this translation helpful? Give feedback.
Support for cx_Freeze in Python 3.13 will be in the next minor release, 7.3.0, of cx_Freeze.
See marcelotduarte/cx_Freeze#2659 for more info.
I'm not actually sure why it's trying to setup cx_Freeze though, I can't see it in the dependency tree,