luis-gonzales / pointnet_own

Personal implementation of PointNet in TF 2.0
81 stars 28 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'pcl_mesh_sampling' #6

Closed albertotono closed 3 years ago

albertotono commented 3 years ago
  File "/home/alberto/anaconda3/lib/python3.8/subprocess.py", line 1702, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'pcl_mesh_sampling'

would you mind point me in the right direction i tried to install also pcl conda install -c conda-forge/label/cf202003 pcl

but nothing, same error

albertotono commented 3 years ago

I was able to download also from here, but I am not sure how to install it properly. http://manpages.ubuntu.com/manpages/focal/man1/pcl_mesh_sampling.1.html

This is my issue now

The following packages have unmet dependencies:
 open3d-viewer : Depends: libc++1 but it is not going to be installed
                 Depends: libglfw3 but it is not going to be installed
 pcl-tools : Depends: freeglut3 but it is not going to be installed
             Depends: libopenni0 (>= 1.5.4.0+dfsg) but it is not going to be installed
             Depends: libpcl-common1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-features1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-filters1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-io1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-kdtree1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-keypoints1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-octree1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-outofcore1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-people1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-recognition1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-registration1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-sample-consensus1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-search1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-segmentation1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-stereo1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-surface1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-tracking1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libpcl-visualization1.10 (>= 1.10.0+dfsg) but it is not going to be installed
             Depends: libvtk7.1p but it is not going to be installed
albertotono commented 3 years ago

sudo apt --fix-broken install and then sudo apt-get install pcl-tools fixed it