-
Notifications
You must be signed in to change notification settings - Fork 67
青龙面板缺少这个依赖,但是我一直安装失败 #154
Comments
scipy 依赖于 numpy 库,但numpy会在安装过程中现场编译,这个是缺依赖编译不成功的,你需要在青龙面板的依赖管理选Linux,添加以下依赖(可能需要重启容器后生效):
同时也因为安装过程中会进行编译,所以numpy的安装会更费时间,等待即可 |
请直接进入容器的命令行尝试安装scipy,然后有报错把报错完整贴出来
|
root@QL:/ql $ pip install --upgrade numpy scipy × Preparing metadata (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. [notice] A new release of pip available: 22.3.1 -> 23.0.1 |
还是报错,我把错误日志贴出来了,麻烦了 |
这个报错有点无语。。。。。。是因为内存不足爆内存了 |
开始安装依赖 scipy,开始时间 2023-02-25 13:10:07 Looking in indexes: https://pypi.doubanio.com/simple/ × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. [notice] A new release of pip available: 22.3.1 -> 23.0.1 依赖安装失败,结束时间 2023-02-25 13:14:29,耗时 262 秒 |
这样子是什么错误 |
要进命令行安装,青龙这里看不出来 内存不足就字面意思,是硬件问题 |
现版本已移除scipy依赖,可尝试拉取最新的代码运行 |
The text was updated successfully, but these errors were encountered: