문제 1. requirements.txt 파일에 torch를 설치하고 싶은데 url이 걸려있는 경우, 즉 torch==1.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html torchvision==0.7.0+cpu -f https://download.pytorch.org/whl/torch_stable.html 위와 같은 txt 파일이라고 가정했을 때, pip install -r requirements.txt 로 설치했을 때 오류가 남. 2. setup.py 파일에서 아래와 같은경우 에러가 남. install_requires=[ 'torch==1.10.1+cu113 -f https://download.pytorch.org/whl/torch_stab..