pycam icon indicating copy to clipboard operation
pycam copied to clipboard

Pycam not running on ubuntu 20.4

Open prak1111 opened this issue 4 years ago • 2 comments

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.)

prak1111 avatar Dec 06 '20 10:12 prak1111

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.

valeriob01 avatar Dec 06 '20 10:12 valeriob01

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

nseinlet avatar Jul 27 '21 13:07 nseinlet