Problem using cx-freeze on Linux (Mint 20.3) #1579
Unanswered
aiotech-pub
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Try to use excludes=["wheel"] option in your buildOptions. |
Beta Was this translation helpful? Give feedback.
1 reply
-
What is the cx_Freeze version? Try using the option in: https://github.com/marcelotduarte/cx_Freeze#installation |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am porting a win32 Python application to Linux and I want to build its executable using cx-freeze. The win32 application works and I am able to build its executable using cx-freeze. In Linux, instead, cx-freeze ends with a strange error:
running build
running build_exe
error: [Errno 2] No such file or directory: '/home/massimo/.local/share/virtualenvs/JanasMagicKey-vnaevMls/lib/python3.8/site-packages/wheel-0.37.1.dist-info/pycache
I checked the win32 project and I see there is no pycache folder in its equivalent position so I really do not understand the error itself and what I have to do to solve the problem.
I am working using PyDev and pipenv.
I attached my setup file for Linux (named setup_cx.txt
setup_cx.txt
instead of setup_cx.py)
Beta Was this translation helpful? Give feedback.
All reactions