Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glibc errors at install #10

Open
wes-lewis opened this issue Sep 9, 2022 · 1 comment
Open

glibc errors at install #10

wes-lewis opened this issue Sep 9, 2022 · 1 comment

Comments

@wes-lewis
Copy link

wes-lewis commented Sep 9, 2022

Hi,

Thank you for providing this package publicly! I'm trying to install for use on google colab. I'm running into issues with glibc when attempting to install using anaconda on colab. It would be even more helpful if a version of the tutorials in a working colab notebook was available.

When trying to install from conda, I get this glibc error:
Building wheels for collected packages: simba Building wheel for simba (setup.py) ... done Created wheel for simba: filename=simba-1.1-py3-none-any.whl size=1918035 sha256=6830ba16c6f0fe4bfeb7a9956862efb917920653115c6a68df984d6b9f9d85d2 Stored in directory: /tmp/pip-ephem-wheel-cache-8niydkpc/wheels/52/1b/48/2d22ee2f71a46d81d4ea7141e6664038d888a1e704de867fa3 Successfully built simba Installing collected packages: simba Successfully installed simba-1.1

This is from the standard install command:

!conda install -c bioconda simba

@huidongchen
Copy link
Collaborator

Hi, sorry for the delay.

Instead of installing simba into your current env, can you try to create a new conda env along with the installation of simba there? This is also the recommended way of installing simba on our website. It helps avoid any potential conflicts with the existing packages in your env.

conda create -n env_simba python simba

Google Collab is a great suggestion and that's something we would certainly like to pursue after our manuscript revision Odyssey. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants