Assistance in installing cx_Freeze for Win11? #1743
-
Hi There, I am trying to install cx_Freeze (Win11, Python 3.11.1, venv) Here's the error that I am getting. Any guidance would be most appreciated. pip install --upgrade cx_Freeze × Building wheel for cx_Freeze (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I get the same thing on Windows 10 and Python 3.11.0:
|
Beta Was this translation helpful? Give feedback.
-
cx_Freeze supports Python 3.11 in dev version for now. Use: |
Beta Was this translation helpful? Give feedback.
cx_Freeze supports Python 3.11 in dev version for now. Use:
pip install --upgrade --pre --extra-index-url https://marcelotduarte.github.io/packages/ cx_Freeze