meshview icon indicating copy to clipboard operation
meshview copied to clipboard

Python meshview install

Open syberhogue opened this issue 3 years ago • 1 comments

Hi, first off I love meshview and have been using it in C++ for a while but I wanted to test out the python bindings. I've installed pybind and I run "setup.py install" and it runs, compiles and creates a .egg

but the .egg installs (successfully) in my python site-packages/ as EGG-INFO/ with the following files:

  • dependency_links..txt
  • not-zip-safe
  • PKG_INFO
  • SOURCES.txt
  • top_level.txt

and obviously trying to run the example as "python python_example.py" says there is no 'meshview' package found.

Could you please provide some instructions on installing the python meshview bindings? Thanks!

syberhogue avatar Jan 27 '22 13:01 syberhogue

also tried running pip install . everything "succeeds" but cannot import meshview (same problem)

syberhogue avatar Jan 27 '22 14:01 syberhogue