Hello Pytorch experts
I am Han Seok-hoon, a researcher. I am creating a Python file that analyzes image data using the Yolov5 algorithm.
However, when I try to run the file, there is no problem because the conda environment is well established on my local computer.
However, when running the corresponding Python file on an external computer, the conda environment is not built, so the torch suitable for the environment will not be installed.
Then, in this case, “import torch” cannot be performed, and the program will not be executed.
Is it not possible to prevent the error of “import torch” from occurring when I run the program written on my local computer on an external computer?
Is there a solution other than building a development virtual environment on an external computer?
Please let me know if you have any other workarounds or suggestions. For me, that help is desperate.