kakaxi314 / BP-Net

Implementation of our paper 'Bilateral Propagation Network for Depth Completion'
MIT License
85 stars 8 forks source link

someing wrong in running python setup.py install of "pybind11/detail/../cast.h...... error" #20

Open uulsj opened 2 months ago

uulsj commented 2 months ago

/root/miniconda3/envs/bp/lib/python3.9/site-packages/torch/include/pybind11/detail/../cast.h:45:120: error: expected template-name before '<' token 45 | return caster.operator typename make_caster::template cast_op_type(); | ^ /root/miniconda3/envs/bp/lib/python3.9/site-packages/torch/include/pybind11/detail/../cast.h:45:120: error: expected identifier before '<' token /root/miniconda3/envs/bp/lib/python3.9/site-packages/torch/include/pybind11/detail/../cast.h:45:123: error: expected primary-expression before '>' token 45 | return caster.operator typename make_caster::template cast_op_type(); | ^ /root/miniconda3/envs/bp/lib/python3.9/site-packages/torch/include/pybind11/detail/../cast.h:45:126: error: expected primary-expression before ')' token 45 | return caster.operator typename make_caster::template cast_op_type();

Maple776 commented 1 month ago

Hello, we have encountered the same problem. Have you solved it yet