<beneroth>
I'm making use of some cli tools written in python. I haven't much python experience myself, but know some people who do their programming mainly in python.
<beneroth>
I've had to play around with the python package manager pip and virtual_env, didn't like it, its buggy / conceptual errors.
<beneroth>
Anaconda package manager for python stuff is usable, but all I did was some installations, I'm not an expert.
<aw->
i see, similar to me i guess
<aw->
some important pip packages recently switched their FFI to Rust, and now you can't install/compile the python libs without Rust compiler
<aw->
such non-sense
<beneroth>
bloatware
<Regenaxer>
I only got in contact with Python during installation nightmares, when it destroyed my whole Debian package setup
<Regenaxer>
Python 2 vs. 3 or something
<beneroth>
yeah they broke a lot between these versions, and because many didn't switch so quickly, everyone had to install both versions which sometimes caused problems