cytoscape / py2cytoscape

Python utilities for Cytoscape and Cytoscape.js
https://py2cytoscape.readthedocs.io
MIT License
178 stars 45 forks source link

Linking fails when installing through Arch Linux #74

Closed moritzschaefer closed 5 years ago

moritzschaefer commented 5 years ago

No Code, No Cytoscape. I just wan to do

pip install py2cytoscape on Arch Linux. It compiles some time and then exits with an error:

/usr/bin/ld: /usr/lib64/libz.a(deflate.o): relocation R_X86_64_PC32 against symbol `deflateResetKeep' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value

Installing through pip with the github link does work.

jorgeboucas commented 5 years ago

solution for Arch: "Installing through pip with the github link"

moritzschaefer commented 5 years ago

This merely sounds like a solution for a package that is hosted on pypi but thanks for the response