B-SOID icon indicating copy to clipboard operation
B-SOID copied to clipboard

v2 on linux

Open shinhs0506 opened this issue 3 years ago • 16 comments

Is version 2 compatible with Ubuntu 18.04? I have failed to create the environment with given requirements.yaml file

shinhs0506 avatar Nov 18 '20 21:11 shinhs0506

hi @shinhs0506

I'll create one for linux. Haven't had the chance to yet. Will keep you posted, just wanted to let you know I saw this.

runninghsus avatar Nov 19 '20 17:11 runninghsus

@runninghsus fantastic! Thanks a lot!

shinhs0506 avatar Nov 19 '20 20:11 shinhs0506

@runninghsus Hi, was just wondering if there is an updated requirements.yaml for linux? Or some way to work around one of the other requirements.yaml files?

christinalim avatar Jun 01 '21 17:06 christinalim

Hi, I was also wondering if there is a Linux requirements file available. Thanks!

s-ewbank avatar Jun 23 '21 22:06 s-ewbank

Hello, wonderful, putting up this issue. I am also having difficulty resolving the packages for ubuntu. Thanks!

rlabuguen avatar Jul 30 '21 06:07 rlabuguen

hi all,

Linux UMAP function clusters differently, I will have to run some benchmarking to make sure that it still pulls out similar time-series groups.

Keeping this open until I release the requirements for linux.

runninghsus avatar Sep 04 '21 13:09 runninghsus

Our lab is also very interested in running this on Linux. Please let us know when you have something! Thanks!

laurelrr avatar Jan 19 '22 21:01 laurelrr

Any update regarding the Linux requirements?

jglanzberg avatar Jun 20 '22 11:06 jglanzberg

Our lab would also love to use this on Linux!

emdbell17 avatar Jun 28 '22 15:06 emdbell17

Our lab also really want to run this on Linux! :) I'm waiting... And it was able to be installed using requirement_m2.yaml (modify libgfortan == 5.0.0 to libgfortran)

Kim-EunKyeoung avatar Feb 14 '23 02:02 Kim-EunKyeoung

Hi! I can create the environment using the requirements file. However I can't seem to run it since I don't know the linux terminal instructions. Does anyone have the commands or is there a doc I could reference?

samarth-wustl avatar Mar 09 '23 22:03 samarth-wustl

Hi! I can create the environment using the requirements file. However I can't seem to run it since I don't know the linux terminal instructions. Does anyone have the commands or is there a doc I could reference?

I wanna share an environment.ymal file that i using in linux with you. but github comment not support .ymal file upload.

If you give me a mail ([email protected]), i'll send you environment file. And i recommend to install using anaconda.

conda install command example : conda env create --file environment.yaml

Kim-EunKyeoung avatar Mar 10 '23 02:03 Kim-EunKyeoung

Hi Kim! Thanks for the response! I was able to run the environment file, but as you said I need terminal instructions to run BSOiD on a Ubuntu machine!

samarth-wustl avatar Mar 10 '23 15:03 samarth-wustl

Hi Kim! Thanks for the response! I was able to run the environment file, but as you said I need terminal instructions to run BSOiD on a Ubuntu machine!

You already installed the virtual environment, but you don't know how to run the app, right? I hope this capture helps. streamlit run bsoid_app.py

b-soid run

Kim-EunKyeoung avatar Mar 12 '23 12:03 Kim-EunKyeoung

This is awesome! Thanks a lot

samarth-wustl avatar Mar 22 '23 16:03 samarth-wustl

FYI I was able to get it working on linux by making sure my conda was up to date and using a slightly tweaked version of requirements_m2.yaml where I commented out the version of the libgfortran package. I haven't tested all functionality yet, but the main interface loads.

kamdh avatar May 04 '23 22:05 kamdh