206

Python: let me manage those packages for you.

Node: here's the whole post office. You're welcome.

c: Write the packages yourself.

Luarocks: What the fuck is a package

Comments
  • 7
    Gotta love the oldschool c way.❤
  • 6
    @Jmann So it drops them and only ships you everything broken?
  • 0
    @Jmann I guess it really did fit.
  • 2
    Python's pip sucks deep af.
    I love Python. But the package manager is SHIT!
  • 4
    @Jmann @PrivateGER
    Or it comes to your door, doesn't ring the doorbell and leaves after 3 seconds without any notice. After that sends the parcel back abroad where ever it came from without any notice.
  • 1
    @okkimus They once just threw my parcel on my doormat.
  • 13
    Assembly: what are words?
  • 3
    @Lahsen2016 Imo, I think it sucks because it installs packages system wide and not just for one application.
    This means you need to have a closed environment for every Python project, to ensure that you don't break anything when updating packages.

    That's what I think sucks about it.
  • 0
    @aaxa how about using vitual environments? That way you dont need to mess aoround with system packages.
  • 1
    @NeatNerdPrime I know, that's what I just wrote. The fact that you need that makes it annoying
  • 0
  • 0
    @Lahsen2016 incompabilities when reconstructing buildings. Sometimes the installer just breaks. With some c error. I fix that error and what happens? I get another one. Then another one.
    Until I manually install the wheel of a package. Then the --trusted-host option. Whatever you are doing, it just keeps fucking breaking.
    It has system wide package support. That's bad. I need thrift==0.9.3 for an older project and thrift=0.10 for another project. I don't like having to uninstall and install all the same package all the time.
    Let's switch to machine learning.
    To be more accurate on that, let me elaborate. Tensor ducking flow. It has problems installing that package. Same can be applied when I want to do that on my other laptop. The same ducking problem.
  • 1
    @Klanowicz True, but it's still annoying.
Add Comment