QihuangZhang / CeLEry

CeLEry: cell location recovery in single-cell RNA sequencing
MIT License
26 stars 3 forks source link

installation requirement of sklearn #3

Closed z5ouyang closed 8 months ago

z5ouyang commented 8 months ago

Hi, was trying to install the "CeLEry" with following error: image

QihuangZhang commented 8 months ago

It seems like the problem is with the installation of sklearn. Can you try running pip install scikit-learn before installing CeLEry?

z5ouyang commented 8 months ago

Thanks for the reply! I did have scikit-learn installed. But since "sklearn" in "pyproject.toml", CeLEry cannot be installed because 'sklearn' is not available even scikit-learn is installed. If you just change "sklearn" to "scikit-learn" in "pyproject.toml" It should work. I did clone, after update the "pyproject.toml", pip build/install were successful.

QihuangZhang commented 8 months ago

Thank you for spotting this!! I have made the update.

QihuangZhang commented 8 months ago

Issue closed as it is completed