Open ForteDexe opened 4 days ago
Thank you for reporting this issue!
You are correct. The psutil
library has a few challenges in this area. It interacts with system-level APIs (such as those in libc
) and exposes them through Python, which can introduce compatibility and compilation issues, especially in standalone environments.
To resolve this, you'll need to compile psutil
yourself and replace the existing version in our standalone Python environment with your custom-built version. For guidance on building psutil
, please refer to the psutil Developer Guide, which provides detailed instructions on how to compile it.
Thank you, I will try it.
Hi, I am facing this issue, let me know what I can help debug
Also I cant use PIP_TARGET environtment