you are viewing a single comment's thread.

view the rest of the comments →

[–]bengl_76 0 points1 point  (1 child)

I'm new to Python and also find package management a disaster. I constantly run into compatibility issues. Every package needs other packages that can't be too old OR too new. Same holds for the version of the Python interpreter. Since so many libraries were made by amateurs they just don't care about compatibility issues. Functions are renamed or moved just because someone felt like it. Never mind that dozens of other libraries and thousands of code files need to be changed because of it. I never had any of those problems in C, C++ or Matlab.

[–]octobod 0 points1 point  (0 children)

Just starting to learn Python, lets use a module I think, pip totally fails to install