FernV / NativeCAM

NativeCAM for LinuxCNC embeds in axis or gmoccapy interfaces
GNU General Public License v2.0
45 stars 29 forks source link

The repository 'https://packagecloud.io/FernV/NativeCAM/debian buster Release' does not have a Release file. #14

Open snelweg opened 3 years ago

snelweg commented 3 years ago

Ign:5 https://packagecloud.io/FernV/NativeCAM/debian buster InRelease
Err:6 https://packagecloud.io/FernV/NativeCAM/debian buster Release 404 Not Found [IP: 54.183.38.243 443] Reading package lists... Done E: The repository 'https://packagecloud.io/FernV/NativeCAM/debian buster Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

BSHoekstra commented 3 years ago

I have been using NativeCam for a couple of years and have successfully installed it on 8 machines all running Debian; however, when I upgraded my operating system to Debian Buster, NativeCam no longer worked. Please help.

To find the bugs, I opened a terminal and imported ncam.py into Python3. It looks like Buster did not load the following modules and their dependencies as part of it's basic installation package,

Pango.py python-gobject gtk pygtk cStringIO Tkinter configparser and there may have been more.

Is there an easy way to upload these modules and all of there dependencies into Debain Buster. The Synaptic Package Manager did not appear to have these listed and I researched Forums, but got overwhelmed by what appeared to be a very lengthy and time consuming process for doing this. Please help.

Thank you,

Barry

PetteriAimonen commented 2 years ago

The repository has not been updated for Debian Buster version As a workaround one can do this:

  1. Download package from https://packagecloud.io/FernV/NativeCAM/packages/debian/stretch/nativecam_0.1.14b_all.deb/download.deb

  2. Install manually: sudo dpkg -i nativecam_0.1.14b_all.deb

  3. Install any missing dependencies: sudo apt --fix-broken install

snelweg commented 2 years ago

Nice! Any idea if this will work in the qtDragon screens?