You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am operating on Ubuntu and python3.9, and it said mesh/src/AABB_n_tree.h:6:10: fatal error: vector: No such file or directory
Could someone please help me how to fix this ?
PS: I installed boost using
sudo apt-get install libboost-dev
In file included from mesh/src/aabb_normals.cpp:10:
mesh/src/AABB_n_tree.h:6:10: fatal error: vector: No such file or directory
6 | #include
| ^~~~~~~~
compilation terminated.
error: command '/home/gu/anaconda3/envs/pytorchFaceDif5/bin/gcc' failed with exit code 1
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
The text was updated successfully, but these errors were encountered:
I am operating on Ubuntu and python3.9, and it said mesh/src/AABB_n_tree.h:6:10: fatal error: vector: No such file or directory
Could someone please help me how to fix this ?
PS: I installed boost using
sudo apt-get install libboost-dev
In file included from mesh/src/aabb_normals.cpp:10:
mesh/src/AABB_n_tree.h:6:10: fatal error: vector: No such file or directory
6 | #include
| ^~~~~~~~
compilation terminated.
error: command '/home/gu/anaconda3/envs/pytorchFaceDif5/bin/gcc' failed with exit code 1
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
The text was updated successfully, but these errors were encountered: