tmontaigu / CloudCompare-PythonRuntime

Python plugin for CloudCompare
51 stars 13 forks source link

embedded python on MacOS #99

Closed prascle closed 3 months ago

prascle commented 3 months ago

Hello, I think I have something working on MacOS now, unfortunately not on a Sandboxed app, only with a HardenedRuntime entitlement. I still have to work on an optimal embedded Python packaging: I have just copied the Python & packages from the conda environment I use for CloudCompare build, but it's unnecessary heavy. I can run scripts with the embedded Python or a with a virtual environnment outside (and the package management works in that case).