LinkageIO / Camoco

Camoco is a fully-fledged software package for building co-expression networks and analyzing the overlap interactions among genes.
MIT License
41 stars 32 forks source link

error associated with installing camoco using python 3.7.4 on mac #95

Closed lisabang closed 4 years ago

lisabang commented 4 years ago

No difference between the two (unless it is memory shortfall on the part of the mac?)

Would like to know what's going on with it and may not necessitate a change/bug fix

schae234 commented 4 years ago

Hi Lisa! Yeah, camoco used to be compatible with OSX, but the most recent version doesn't compile on it :(

It is hard to address since it's external libs that dont work, so for now at least it is out of our hands. I should just add a check during installation that checks for OSX (it checks for windows, which is also unsupported) and just warn users that it isn't going to work. My hope is that soon I can do a re-write that will be more cross-platform, but that is probably a long way off!

I will also add a snippet about supported systems in the README so its transparent from the start that it was made to run on Linux.