eidelen / DicomToMesh

A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
MIT License
437 stars 91 forks source link

Installation on ubuntu 18:04:repository not found #28

Closed IgorDePaula closed 4 years ago

IgorDePaula commented 4 years ago

Captura de tela de 2020-08-31 11-08-35 Captura de tela de 2020-08-31 11-09-33

eidelen commented 4 years ago

Hi Igor, I am on Ubuntu 18.04.4 LTS and I could just install from ppa. Could you please try again? Maybe the service was down.

$ sudo apt-get install dicom2mesh
Reading package lists... Done
Building dependency tree       
Reading state information... Done
...
After this operation, 1'567 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/eidelen/d2m/ubuntu bionic/main amd64 dicom2mesh amd64 0.8-0ppa0~bionic [195 kB]
Fetched 195 kB in 0s (573 kB/s)    
...
Unpacking dicom2mesh (0.8-0ppa0~bionic) ...
Setting up dicom2mesh (0.8-0ppa0~bionic) ...
IgorDePaula commented 4 years ago

Captura de tela de 2020-09-02 10-41-44 Captura de tela de 2020-09-02 10-42-06

eidelen commented 4 years ago

For me it is difficult to interpret your screenshots without any explanation. My guess is that it is somehow related to docker. Maybe that helps.

IgorDePaula commented 4 years ago

Now its install. Thank you very much.