PyMesh icon indicating copy to clipboard operation
PyMesh copied to clipboard

Foolproof PyMesh Installation on Ubuntu 18.10

Open jorgal opened this issue 5 years ago • 5 comments

Introduction This document is based on the original installation instructions from the following PyMesh documentation: https://pymesh.readthedocs.io/en/latest/installation.html

It is specifically addressed to those Ubuntu users who are experiencing problems during the PyMesh installation process. Please read the attached Word document for instructions: PyMesh Installation on Ubuntu 18.10.docx

jorgal avatar Mar 23 '19 18:03 jorgal

Thank you very much @jorgal. When I tried to the pymesh docker image, I got error messages regarding `GLIBC_2.27' not found. I therefore decided to make a docker image of my own. When I run the installation commands, I get this error: Could NOT find MKL (missing: MKL_LIBRARIES MKL_INCLUDE_DIRS MKL_INTERFACE_LIBRARY MKL_SEQUENTIAL_LAYER_LIBRARY MKL_CORE_LIBRARY)

Do you know if Intel MKL is supposed to be installed separately?

bsamadi avatar May 03 '19 16:05 bsamadi

I am really sorry but I cannot help you. I am just an amateur programmer. I wrote those instructions to help people like me, that is to say, beginners. Good luck

Enviado desde mi iPad

El 3 may 2019, a las 18:18, Behzad Samadi [email protected] escribió:

Thank you very @jorgal. I get error messages regarding `GLIBC_2.27' not found. I therefore decided to make a docker image of my own. When I run the installation commands, I get this error: Could NOT find MKL (missing: MKL_LIBRARIES MKL_INCLUDE_DIRS MKL_INTERFACE_LIBRARY MKL_SEQUENTIAL_LAYER_LIBRARY MKL_CORE_LIBRARY)

Do you know if Intel MKL is supposed to be installed separately?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

jorgal avatar May 03 '19 23:05 jorgal

Those instructions in a more accessible format here: https://gist.github.com/clbarnes/c3cac8a58c07617a860fe9282f9254d3

clbarnes avatar Jul 25 '19 15:07 clbarnes

Quite not enough follproof to trick me. I get following error in third_party _cmake .. command: CMake Error: The source directory "/PyMesh/third_party" does not appear to contain CMakeLists.txt.

JaniKallankari avatar Jul 07 '20 16:07 JaniKallankari

Following the steps, it works well up to the step "~/PyMesh/third_party/build$ cmake ..", where it gives the errror below. I am not sure how to solve it. Would you please help. I am using Ubuntu 22.04. Thank you.

CMake Error: The source directory "/home/intern/PyMesh/third_party" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.

minaskhalaf avatar Jun 13 '23 16:06 minaskhalaf