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
Hello, I ran the command'python etpy.py build_ext', there seems to be no error, but I still cannot import RegionGrowth. Do you know what could go wrong?
Hello, I ran the command'python etpy.py build_ext', there seems to be no error, but I still cannot import RegionGrowth. Do you know what could go wrong?
python setpy.py build_ext running build_ext building 'RegionGrowth' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/wangshuxin/anaconda3/envs/torch1.6.0/lib/python3.6/site-packages/numpy/core/include -I/home/wangshuxin/anaconda3/envs/torch1.6.0/include/python3.6m -c RegionGrowth.c -o build/temp.linux-x86_64-3.6/RegionGrowth.o gcc -pthread -shared -L/home/wangshuxin/anaconda3/envs/torch1.6.0/lib -Wl,-rpath=/home/wangshuxin/anaconda3/envs/torch1.6.0/lib,--no-as-needed -L/home/wangshuxin/anaconda3/envs/torch1.6.0/lib -Wl,-rpath=/home/wangshuxin/anaconda3/envs/torch1.6.0/lib,--no-as-needed build/temp.linux-x86_64-3.6/RegionGrowth.o -L/home/wangshuxin/anaconda3/envs/torch1.6.0/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/RegionGrowth.cpython-36m-x86_64-linux-gnu.so
The text was updated successfully, but these errors were encountered: