I would like to install pplpy (ideally version 0.8.7
) in a conda environment.
What I have tried so far:
- Different versions of pplpy.
- Install PPL from source
- Set the
LD_LIBRARY
andCPATH
environment variables so that they are found in conda.
The error I keep getting is:
/home/user/.miniconda3/envs/env/compiler_compat/ld: skipping incompatible /lib/x86_64-linux-gnu/libmvec.so.1 when searching for /lib/x86_64-linux-gnu/libmvec.so.1
The dependencies seem not to be found, although they are available on my system, and I set the LD_LIBRARY_PATH
and CPATH
to the right location.
I am out of ideas what I could try to get this working.