Python 3.x windows10上的Python、pymesh安装问题

Python 3.x windows10上的Python、pymesh安装问题,python-3.x,Python 3.x,嗨,我是一个Python新手,尝试使用pymesh库编程Python,但我无法正确安装它。 根据所附的图片,我已经安装了它,软件包上说它适用于3.8.x,我已经安装了python 3.8.2。 pymesh安装说明说在安装包后运行测试。测试失败了 (work) (base) D:\Downloads\HoleCutter>python -c "import pymesh; pymesh.test()" Traceback (most recent call last): File "&

嗨,我是一个Python新手,尝试使用pymesh库编程Python,但我无法正确安装它。 根据所附的图片,我已经安装了它,软件包上说它适用于3.8.x,我已经安装了python 3.8.2。 pymesh安装说明说在安装包后运行测试。测试失败了

(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构建软件包”

您是否尝试过pip安装pymesh或pipx.x安装pymesh?
我认为您提供的链接中的说明是针对Linux和Mac OS的。您可以查看此链接:

原因是PyMesh库在PIP上没有保持最新,您必须使用Docker或自己编译它。Github上的以下问题涉及到这个问题,但是多年来没有采取任何行动:

Pip install pymesh安装了一个与用户所寻找的完全不同的库