thank you very much for you reply. I solve the problem already. I am using the windows 10 so I am using this command: "%programfiles%\Agisoft\Metashape Pro\python\python.exe" -m pip install python_module_name" to install numpy. It is working. Noted that we have to remove the some conflict path in environment variable. For my case I create multiple path and PYTHONPATH. So it is conflict dependency. I remove it, the problem solve.