Potential Issues with Symbolic Links for Python Packages Across Virtual Environments
Suppose I have a Python virtual environment named pytorch-benchmarks
(created using python3 -m venv pytorch-benchmarks
). This environment is set up with the PyTorch nightly build and various other packages for running PyTorch benchmarks. The benchmarks run fine without any runtime errors.