skyhehe123 / VoxSeT

Voxel Set Transformer: A Set-to-Set Approach to 3D Object Detection from Point Clouds (CVPR 2022)
MIT License
194 stars 19 forks source link

error: invalid command 'build_dist' #4

Closed libingDY closed 2 years ago

libingDY commented 2 years ago

python setup.py build_dist --inplace /home/libing/anaconda3/envs/yolo3d/lib/python3.6/site-packages/setuptools/dist.py:458: UserWarning: Normalizing '0.5.2+0000000' to '0.5.2+0' warnings.warn(tmpl.format(**locals())) usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help

error: invalid command 'build_dist'

How can I solve this problem?

skyhehe123 commented 2 years ago

It should be python setup.py build_ext --inplace