我已经使用它安装了 Fenics
到目前为止一切正常。
现在想用 Pycharm 尝试用 fenics 写一个程序。它开始于
从 fenics 进口 *
我得到了错误
ModuleNotFoundError:没有名为“fenics”的模块。
我使用 Python 3.9、PyCharm 2021.1.2。
问题可能来自一些扭曲的目录吗?
我已经使用它安装了 Fenics
到目前为止一切正常。
现在想用 Pycharm 尝试用 fenics 写一个程序。它开始于
从 fenics 进口 *
我得到了错误
ModuleNotFoundError:没有名为“fenics”的模块。
我使用 Python 3.9、PyCharm 2021.1.2。
问题可能来自一些扭曲的目录吗?
确保您已在本地计算机上安装了 fenics,并将其添加到您的 Pycharm 包库中。
https://fenics.readthedocs.io/en/latest/installation.html
https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html