Hi I'm a Python newbie trying to program python using pymesh library but I cant get it to install properly. Accordijng to attached image I have installed it, and the package says its for 3.8.x and I have python 3.8.2 installed. pymesh installation instructions (https://pymesh.readthedocs.io/en/latest/installation.html) say to run a test after installing the package. The test fails.
(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'
I dont have the resources/capability to 'build packages with cmake' screen snap from command prompt window