▲ | kwon-young 3 days ago | |||||||
In my opinion, anything that touch compiled packages like pytorch should be packaged with conda/mamba on conda-forge. I found it is the only package manager for python which will reliably detect my hardware and install the correct version of every dependency. | ||||||||
▲ | zbowling 3 days ago | parent | next [-] | |||||||
Try pixi! Pixi is a much more sane way for building with conda + pypi packages in a single tool that makes this so much easier for torch development, regardless if you get the condaforge or pypi builds of pytorch. https://pixi.sh/latest/ | ||||||||
| ||||||||
▲ | levocardia 3 days ago | parent | prev [-] | |||||||
Likewise, this was my experience. If ever I need to "pip anything" I know I'm in for a bad time. Conda is built for literally this exact problem. Still not a breeze, but much better than trying to manually freeze all your pip dependencies. |