7 ms·
I use Debian's system Python 3.10 install for most of my stuff and it works really well for me. Some things I install via pip but the key libraries (e.g. PyTorc
by t-vi 3y ago
I use Debian's system Python 3.10 install for most of my stuff and it works really well for me. Some things I install via pip but the key libraries (e.g. PyTorch) from source.
- andybak 3y agoDon't you ever have projects with conflicting requirements? How about running stuff on a new box or after a reinstall? I wonder if our definition of "non-trivial" might differ if neither of these apply.