GLAMR icon indicating copy to clipboard operation
GLAMR copied to clipboard

install.sh error

Open QiFuChina opened this issue 3 years ago • 3 comments

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?

QiFuChina avatar Aug 02 '22 09:08 QiFuChina

Could you try not installing this package and see whether it works?

Khrylx avatar Aug 02 '22 12:08 Khrylx

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

QiFuChina avatar Aug 03 '22 06:08 QiFuChina

Encountered the same problem, any idea how to solve this?

KevinQian97 avatar Mar 28 '23 03:03 KevinQian97