Hariom Narang
Results
2
comments of
Hariom Narang
I would suggest the easiest way to get strated it to use https://github.com/aspect-build/rules_py to generate a virtual environment. The generated environment works like standard virtual environments. Try [pyinstaller](https://pyinstaller.org/en/stable/) on this...
The issue you were facing with pytorch is due to how rules-python creates the virtual environment, the exact issue is the one @aignas mentioned. I faced issues with some less...