JackieHanLab / TOSICA

Transformer for One-Stop Interpretable Cell-type Annotation
MIT License
121 stars 23 forks source link

[bug] There is a bug when I install the software #6

Closed yang050036 closed 1 year ago

yang050036 commented 1 year ago

I installed python 3.8, but I get an error running pip install .: ERROR: Package 'TOSICA' requires a different Python: 3.6.15 not in '>=3.8' Are there any bugs here?

JackieHanLab commented 1 year ago

Thank you for your interest in TOSICA. It seems that you did not successfully install python 3.8, because this error appears when the Python version in your current environment is 3.6.15 instead of 3.8. You can check the Python version in your current environment.

yang050036 commented 1 year ago

Yes, thanks for you reply. I find the error is produced by the ~/.bashrc. The conda's python is overwritten in ~/.bashrc, and it work well when I revise the file.