我试图通过使用numba的重载(docs here),在numba jitted函数内部使用外部定义的函数,但Python内核在我运行它时死了。下面是我要重现的最小示例: from numpy.polynomial.legendre import leggauss as lg # My externally defined functionfrom n
我的python版本是3.8。然而,当我试图在jupyter笔记本中使用这个命令pip install scanpy安装scanpy时,我得到了以下错误消息:
ERROR: matplotlib 3.5.3 has requirementERROR: pynndescent 0.5.8 has requirement numba>=0.51.2, but you'll have numba 0.45.1 which is incompatibleERROR: um