什么是MeshPy ._internal模块?

时间:2019-07-02 08:56:35

标签: python importerror

配置软件包后,我尝试运行MeshPy的测试用例。它需要从meshpy导入一个名为._internal的模块,但是我找不到它。检查MeshPy的git也不存在,所以这不是我的错,我应该正确完成配置。

我在Windows 7上使用python3.6安装了MeshPy软件包。他们的git页面的链接为https://github.com/inducer/meshpy/tree/master/meshpy

from __future__ import division
from __future__ import absolute_import
from meshpy.common import MeshInfoBase, dump_array
import meshpy._internals as internals

ModuleNotFoundError:没有名为“ meshpy._internals”的模块

0 个答案:

没有答案