ddllpp

Results 4 comments of ddllpp

Solved this with the following prefix to the AppRun: 'LIBGL_ALWAYS_SOFTWARE=1 ./AppRun' The visualizer appears all black, but there is a UCS icon and once you change the colors in settings,...

I've installed the linux version with much trouble getting all the dependencies installed, I'll list the steps separately. Then navigated to the folder and used the override: MESA_GL_VERSION_OVERRIDE=3.3 python3 FlatCAM.py...

The steps I noted. Your mileage may vary.. to get past the externally mangaged environment error use: sudo mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old Now the python3 -m pip installs should work. remember...

Finally success for both MX Linux and RPi5 installing FlatCAM and even using the 3D mode! I enabled Pip with this: sudo mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old And from this clytle374 post,...