SebKuzminsky / pycam

Other
338 stars 99 forks source link

Pycam not running on ubuntu 20.4 #181

Open prak1111 opened 3 years ago

prak1111 commented 3 years ago

Throwing too many errors. You need to check your own for the errors. pythone2 gtk2.5 all not supported. The pycam.deb package also unable to install and shows error- Reading state information... Done E: Unable to locate package pycam_0.5.1-1_all.deb E: Couldn't find any package by glob 'pycam_0.5.1-1_all.deb' E: Couldn't find any package by regex 'pycam_0.5.1-1_all.deb'

(Note - 'universe' distribution component is already enabled for all sources.)

valeriob01 commented 3 years ago

On Sun, 2020-12-06 at 02:00 -0800, prak1111 wrote:

Throwing too many errors. You need to check your own for the errors. pythone2 gtk2.5 all not supported. The pycam.deb package also unable to install and shows error- Reading state information... Done E: Unable to locate package pycam_0.5.1-1_all.deb E: Couldn't find any package by glob 'pycam_0.5.1-1_all.deb' E: Couldn't find any package by regex 'pycam_0.5.1-1_all.deb'

(Note - 'universe' distribution component is already enabled for all sources.)

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/SebKuzminsky/pycam/issues/181

Generally we use the tarball from Github and do not install it, but we run it in place without installing.

nseinlet commented 2 years ago

You can follow the git way of deployment: http://pycam.sourceforge.net/installation/

If you need version 0.5.1 , you can do git checkout v0.5.1 after cloning repository