Hello everyone, I am asking on what to do to fix the warning called “WARNING: The script cpuinfo is installed in ‘/home/arca/.local/bin’ which is not on PATH.”
So what happened:
I was trying to install ultralytics yolov5 for the jetson nano for the past few weeks but met with a certain roadblock that i have no answer to. So to change it up, i adjusted my installation process by putting ultralytics first before installing opencv with cuda, torch and torchvision. I have also installed python 3.9 since ultralytics cant install properly on python3.6.
Am I supposed to add "
PATH=$PATH:$HOME/.local/bin" at the requirements.txt to fix it? Whats the ideal solution here since im just a beginner in doing these installations?