I can run the project on my local MAC, but when I use the pipeline to build it. I got this error: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-axjgd0da/MarkupSafe/ This project is working well, and I did not update any new lib in it. Even I redeployed to the old branch, it has the same error.
Tag: build
Remove parent directories in python build source archive
I have the following setup for my python package: The __init__.py is empty, the pyproject.toml and the setup.cfg contain example output from the PyPi documentation page (content shown below). Now, for uploading to PyPi and for packing the python project, I run the command This gives me a new directory dist (in my_package) containing a Test-0.0.0.tar.gz. All this is expected.
Issues compiling mediapipe with pyinstaller on macos
I have issues compiling a project with mediapipe via pyinstaller on macos so far I tried: The .app does not open, and if I try the unix exec, I get I work with conda, my env is in python 3.8, mediapipe 0.8.5 and OSX 10.15.7 Thanks in advance Answer I ran into this issue too and just figured it out
How to create OS X app with Python on Windows
I need to automate a cross-platform application build. Entire build runs on Windows machine. Part of it is written in Python and compiles for OS X. Currently this part of build is done manually on OS X. I tried pyinstaller but it looks like it only building for the platform that it is running on. I also tried py2app but