79513129

Date: 2025-03-16 19:49:51
Score: 1.5
Natty:
Report link

To Solve This you need to rebuild the setup.py specifying the --rpath flag (-R)

Like this :

python3 setup.py build_ext -i -R <libdirectory> -f

the -f force the build

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jukoo