Cannot install pyacvd Python package in 3Dslicer 5.7.0-2024-06-24

I am using the Surface Toolbox module in 3Dslicer 5.7.0-2024-06-24 on Win11 and I want to use the surface model uniform remeshing function to remesh my surface model in ply format loaded into 3Dslicer.

However, I got the error message after being prompted that pyacvd is required:
Failed to compute output model: Command ‘[‘C:/ProgramData/slicer.org/Slicer 5.7.0-2024-06-24/bin/…/bin\PythonSlicer.EXE’, ‘-m’, ‘pip’, ‘install’, ‘pyacvd’]’ returned non-zero exit status 1.

How should I solve this issue?

Best,
Xiao

Your slicer installation seems in the folder which you may not have write permission. Were you able to install any extension or other python packages to this Slicer installation? Are you getting this error message only for this package?

What happens you type
pip_install("pandas")

in python console?