lijx10 / USIP

USIP: Unsupervised Stable Interest Point Detection from 3D Point Clouds. ICCV 2019
GNU General Public License v3.0
202 stars 28 forks source link

import index_max ERROR #25

Open Wings-Fantasy opened 3 years ago

Wings-Fantasy commented 3 years ago

ImportError: ......................./python3.7/site-packages/index_max-0.0.0-py3.7-linux-x86_64.egg/index_max.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_releaseEv

daniil-777 commented 3 years ago

hey! 1) Try to find the path to the index_max. Basically it lays in /python3.7/site-packages/index_max* 2) Remove it completely (rm -rf ---index_max---) 3) Install index_max one more time PS Maybe you need to create a conda environment one more time from scratch. It turns out that when you try to install more packages you can ruin some dependencies, it becomes quite hard to find the problem afterward.

Wings-Fantasy commented 3 years ago

Tried to recreate the environment and clone again. This time I put the installation of index_max at the end, but the same error was reported.

daniil-777 commented 3 years ago

How do you compile it? Locally or do you have a cluster?