Macauley Cheng
Macauley Cheng
add this host "radius" into you /etc/hosts can solve this problem. The problem is nginx can't find this "radius" host.
I countered same problem at Ubuntu 18.04. I change the python version to 3.12 and install pyTorch (it only support python 3.12).
What is your OS? how do you install python? from source code or yum/apt package manager? you can check the /usr/local/bin, /usr/bin, /usr/lib, /usr/local/lib. Or using "python3.12" instead of "python"...