HGX-Team / hypergraphx

HGX is a multi-purpose, open-source Python library for higher-order network analysis
https://hypergraphx.readthedocs.io/
Other
212 stars 26 forks source link

pip install error due to rpy2 package requirements #6

Closed federicomalizia closed 1 year ago

federicomalizia commented 1 year ago

got this error:

Error: rpy2 in API mode cannot be built without R in the PATH or R_HOME defined. Correct this or force ABI mode-only by defining the environment variable RPY2_CFFI_MODE=ABI

solved by installing R-base.

FraLotito commented 1 year ago

Hi!

Thank you for reporting this, I'll add a comment on this on the readme of the library.