meshio
meshio copied to clipboard
[BUG] meshio command not being detected after installation?
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.
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?