GLAMR
GLAMR copied to clipboard
install.sh error
Hi,
When I deploied this on my ubuntu 20.04 platform and run command source install.sh, it shows url access deine so I check the url and find right url here and try it again. But it still shows error
······
./mesa_18.3.3-0.deb not debian package
Could you give me some advices?
Could you try not installing this package and see whether it works?
Could you try not installing this package and see whether it works?
I skipped this part and installed python dependencies requirements.txt and it shows
······
gcc -pthread -shared -B /home/fyy/miniconda3/envs/GLAMR/compiler_compat -L/home/fyy/miniconda3/envs/GLAMR/lib -Wl,-rpath=/home/fyy/miniconda3/envs/GLAMR/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/opendr/contexts/ctx_mesa.o -Lopendr/contexts/OSMesa/lib -lOSMesa -lGL -lGLU -o build/lib.linux-x86_64-cpython-37/opendr/contexts/ctx_mesa.cpython-37m-x86_64-linux-gnu.so -lstdc++
/home/fyy/miniconda3/envs/GLAMR/compiler_compat/ld: cannot find -lGLU
collect2: error: ld returned 1 exit status
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> opendr
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
There were two errors, the first one I encountted before when I installed submodel HybrIK(still not figure it out), another seems opendr need install from other way but I 'm not sure
Encountered the same problem, any idea how to solve this?