sshaoshuai / PointRCNN

PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud, CVPR 2019.
MIT License
1.71k stars 426 forks source link

what is Problem? when I install enviroment of PointNet #142

Open yinhai86924 opened 4 years ago

yinhai86924 commented 4 years ago

Hello! I create a PointNet enviroment in anaconda3.but I met a problem.

(PointNet) yin@hai:~/PointNet$ sudo sh build_and_install.sh build_and_install.sh: 2: build_and_install.sh: python: not found build_and_install.sh: 6: build_and_install.sh: python: not found build_and_install.sh: 9: build_and_install.sh: python: not found (PointNet) yin@hai:~/PointNet$ python --version Python 3.6.9 :: Anaconda, Inc.

York1996OutLook commented 4 years ago

you can open the sh file and run it step by step. it happend because python means python2 by default

Gang-Chen-China commented 4 years ago

you should open the file and use python3 instead of python