(no title)
dugab | 3 years ago
For Python, Python itself is rarely the problem, but more often some older libraries that don't have wheels for M1 Mac, or incompatibilities. Upgrading your dependencies, if it's an option, is often enough.
Asdf + PDM are also nice tools to work with multiple projects/Py versions easily.
hk1337|3 years ago
I haven't heard of either of these but they seem interesting. I'll look into them. Thanks.
*EDIT* Oh, man! I've just been using just pip like a muggle, until now.