Closed AmitSharma1127 closed 3 years ago
The issue gets resolved when I manually copy the libXi.so.6 and libXrender.so.1 in the Ubuntu's default shared library location /usr/lib/
and /usr/local/lib
.
By default when these libraries are installed through pip, they get installed in the location /usr/lib/x86_64-linux-gnu/
or /usr/lib/i368-linux-gnu/
, depending on if your system is 64-bit or 32-bit.
Make sure the libraries that are getting installed are compatible with your system to avoid another error: wrong ELF class: ELFCLASS64
Specifications:
OS = Ubuntu 16.04 Blender = 2.79
Stack Trace
conda env list:
Reproduction of error:
Additional info:
Searching for the same library gives out the following output: