Eclipse 和 Pydev 问题

问题描述

我在 Ubuntu 20.10 上安装了 PyDev 的情况下运行 Eclipse 2021.3。我还安装了 python 3.8.8 + pip。但由于某种原因,我不能在 Eclipse 中使用 numpy 库。它说我没有安装pip。我有

enter image description here

我在 Ubuntu 终端上做了 pip install numpy我有图书馆。

enter image description here

添加了 numpy 位置的路径,它没有帮助

enter image description here

解决方法

我刚刚停止使用 Flathub 包并从 eclipse 基金会网站下载了可执行文件,它立即起作用了。