Open 3bobo opened 5 years ago
I first run python -m pointnet2.train.train_cls under python 3.6.8, and there is an error:
python -m pointnet2.train.train_cls
python 3.6.8
ImportError: Could not import _ext module. Please see the setup instructions in the README: https://github.com/erikwijmans/Pointnet2_PyTorch/blob/master/README.rst
So I run it under python 3.7.2 and it success.
python 3.7.2
I added python 3.6.8 to the list of environments for tox and it still passes, so I am unsure what caused this failure.
tox
I first run
python -m pointnet2.train.train_cls
underpython 3.6.8
, and there is an error:So I run it under
python 3.7.2
and it success.