【发布时间】:2021-05-11 19:14:58
【问题描述】:
您好,我是一名 Python 新手,尝试使用 pymesh 库对 Python 进行编程,但我无法正确安装它。 根据附加图像,我已经安装了它,并且包中说它适用于 3.8.x,并且我安装了 python 3.8.2。 pymesh 安装说明 (https://pymesh.readthedocs.io/en/latest/installation.html) 说安装包后运行测试。测试失败。
(work) (base) D:\Downloads\HoleCutter>python -c "import pymesh; pymesh.test()"
Traceback (most recent call last):
File "<string>", line 1, in <module>
AttributeError: module 'pymesh' has no attribute 'test'
我没有“使用 cmake 构建软件包”的资源/能力 screen snap from command prompt window
【问题讨论】:
标签: python-3.x