Unable to install meshio using "pip install meshio"

Hello all,
I am using a windows system and have installed FEniCS using docker.
I have created a mesh file using GMSH in .msh format and I want it to read in FEniCS.
I am trying to install meshio for doing this but its not working. It’s showing some Environment error.
I am uploading the snapshot of the error. Please help me in this case.

As the error suggests, try pip3 install --user meshio

1 Like

Thanks, sir, it worked for me.