python – Install pplpy in a conda environment on Ubuntu 24.04
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_LIBRARYandCPATHenvironment 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
Any ideas what may be going wrong here?
Read more here: Source link
