CASCI-lab / CANA

CANAlization: Control & Redundancy in Boolean Networks
https://casci-lab.github.io/CANA/
MIT License
22 stars 15 forks source link

Minor installation difficutlties #24

Closed jcrozum closed 1 year ago

jcrozum commented 2 years ago

I ran into some trouble installing this in WIndows 11 using python 3.9 a while ago, and I was reminded of these problems when I was upgrading to 3.10 today.

  1. I was not able to install via pip. The output is very long, so I'll just attach it as a text file here: cana_install_output_error.txt

  2. Fortunately, I was able to get the GitHub version to work, but I think pip install git+git://github.com/rionbr/CANA should be pip install git+https://github.com/rionbr/CANA. At least, the second version worked for me and the first version did not.

rionbr commented 2 years ago

Thanks Jordan, I'll this to a new release!