0

我安装了 gmsh 但我不能在 spyder 中使用它。我使用了以下内容:

pip install gmsh
conda install -c conda-forge gmsh

但是当我运行以下代码时:

import gmsh
gmsh.initialize()

我收到以下错误:

No module named 'gmsh'

我正在使用 ubuntu 20.04 和 spyder 3.3.6

4

0 回答 0