meshio icon indicating copy to clipboard operation
meshio copied to clipboard

[BUG] meshio command not being detected after installation?

Open otaolafranc opened this issue 1 year ago • 1 comments

Describe the bug I installed meshio as mentioned in the readMe file using pip install meshio[all], normally it mentions that once this done the meshio command will be available. nevertheless this is not the case, I am getting

Command 'meshio' not found, but can be installed with: sudo apt install meshio-tools

what I am missing?

Diagnose I may ask you to cut and paste the output of the following command.

pip freeze | grep meshio
meshio==5.3.4

Did I help?

If I was able to resolve your problem, consider sponsoring my work on meshio, or buy me a coffee to say thanks.

otaolafranc avatar Dec 14 '23 23:12 otaolafranc

You could check the following: run: pip3 show meshio -> is the location, but with bin instead of lib and the rest cut off, in your path?

what ubuntu version? updated / fresh install?

kaiserls avatar Feb 27 '24 12:02 kaiserls