bowang-lab / BIONIC

Biological Network Integration using Convolutions
MIT License
58 stars 4 forks source link

installation issue: wheel not supported #59

Closed ssyang3 closed 8 months ago

ssyang3 commented 8 months ago

Hi: By running "pip install https://github.com/bowang-lab/BIONIC/releases/download/v0.2.6/bionic_model-0.2.6+cpu-cp38-cp38-linux_x86_64.whl", I got "ERROR: bionic_model-0.2.6+cpu-cp38-cp38-linux_x86_64.whl is not a supported wheel on this platform", using pip version 19.3.1 as suggested in READM.md (line 71). The same error message with the 'cu102' and 'cu11' versions as listed in https://github.com/bowang-lab/BIONIC/releases. I am very new to this field and would greatly appreciate your help in navigating through the installation steps.

duncster94 commented 8 months ago

Hi, thanks for opening an issue.

What operating system are you using? Linux? What is the distribution?

ssyang3 commented 8 months ago

Ubuntu 22.04.3 LTS. Thanks.

duncster94 commented 8 months ago

Thanks, are you using Python 3.8? If you're having trouble with the wheel installation then you should try the Poetry installation. Let me know if you have any issues.

ssyang3 commented 8 months ago

No. I was using Python 10.x. I just recreated a virtual environment using Python 3.8. Now It is working fine. Thank you so much!

duncster94 commented 8 months ago

Great, thanks!