7

I am trying to install Pymesh on Python 3.6.

In my first try, I installed through pip, however it installed a wrong PyMesh than I wanted. It installed the following, https://pypi.org/project/pymesh/, while I wanted https://pymesh.readthedocs.io/en/latest/

I uninstalled it, and tried installing the later PyMesh, however no luck. There were no instructions for windows. I downloaded the source from github. I extracted and pasted it in C:\Python36\Lib\site-packages

Then I ran python3 setup.py build - when an error showed up, I also tried python3 setup.py install, which worked. However, I am unable to do a simple basic command mentioned in the web page: https://pymesh.readthedocs.io/en/latest/basic.html

It is saying pymesh does not have module name load_mesh.

Looking for the process or thoughts on how to properly install pyMesh for Windows.

Jesh Kundem
  • 960
  • 3
  • 18
  • 30

1 Answers1

0

My go to solution for problems like this on Windows is always to try it in a conda env first. If that fails, use Docker.

jb4earth
  • 198
  • 1
  • 6