flatcam

Open full view…

I can't to install Flatcam in Ubuntu 20.04

nesti
Fri, 16 Jul 2021 18:51:44 GMT

Hi, i'm trying to install FlatCam in ubuntu 20.04 and the setup_ubuntu.sh file say to me a error problem with python3_pip but i have installed that package some one can help me? Thanks you

Marius Stanciu
Sat, 17 Jul 2021 19:54:57 GMT

Hi, I am sorry but you need to make a better question than that in order to get an answer.

nesti
Mon, 19 Jul 2021 18:57:54 GMT

Ok,sorry by my poor english, i share the photo of the console. [Captura de pantalla de 2021-07-19 19-54-50](//muut.com/u/flatcam/s1/:flatcam:PY9k:capturadepantallade20210719195450.png.jpg)

Marius Stanciu
Mon, 19 Jul 2021 21:04:57 GMT

Hi, What FlatCAM version are you trying to run?

nesti
Mon, 19 Jul 2021 21:26:43 GMT

git clone https://bitbucket.org/jpcgt/flatcam.git

Marius Stanciu
Tue, 20 Jul 2021 08:30:54 GMT

Hi, This way you are using the Master branch. This branch is using Python 3.x and PyQt4. PyQt4 is now obsolete and latest versions of Linux no longer have the packages related to PyQt4 in the repositories. If you still want to use the older version of FlatCAM (the one in the Master branch) then you should use the PyQt5 port that I made in the branch `old_flatcam_pyqt5` that you can find here: https://bitbucket.org/jpcgt/flatcam/branch/old_flatcam_pyqt5 To use this branch you need to run the following command in the folder where you have cloned the FlatCAM repository: `git checkout old_flatcam_pyqt5` WARNING: this is a port that I made by working 'fast & loose' so there may be bugs. I don't offer support or bug fixes for this branch I just offer it as it is.

nesti
Tue, 27 Jul 2021 20:19:36 GMT

no work... ;(

Marius Stanciu
Wed, 28 Jul 2021 22:06:15 GMT

What is not working?

nesti
Fri, 30 Jul 2021 21:03:48 GMT

I can't compile the program, the same error that i explains above, I have tried with the latest version and does not compile, it is a pity that you have to use Windows for the program to work

Marius Stanciu
Sat, 31 Jul 2021 07:09:18 GMT

Compile? Python applications do not 'compile'. Perhaps you are having issues with installing the dependencies? But then, you need to provide the details on what you are doing.