按照官網(wǎng)教程安裝CeleScope:
出現(xiàn)各種
Cython.Compiler.Errors.CompileError:
以及
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
解決方法:
mamba activate celescope # 發(fā)現(xiàn)celescope并沒有激活,仍然是(base)
改成
conda activate celescope # celescope激活,pip安裝成功