LewisLabUCSD/Celegans-cell2cell

Issue with scikit-bio

liuliu2300 opened this issue · 4 comments

when import scikit-bio,it hint that No module named 'setuptools

Thanks for pointing out this. Could you provide more information please? E.g. OS, python version and maybe a screenshot of the error?

@liuliu2300 try upgrading pip and setuptools by running this:

pip install -U pip setuptools

If this does not work, we will upload soon a coming update wherein scikit-bio will not be a requirement of cell2cell so it should no longer generate this issue.

This should be now solved in version 0.3.1, so you can try:

pip install 'cell2cell==0.3.1'