Today I had to downgrade fastapi from 0.114.0 to 0.112.4 to make a software work. And it just hit me - what if pip didn’t support 0.112.4 anymore? We would lose a good piece of software just because of that.

Of course, we can “freeze” the packages into an executable that will run for as long as the OS supports it. Which is a lot longer. But the executable is closed source. We can’t see the code that is run from an executable.

Therefore, there is a need for an alternative to which we still have access to the packages even after the program is built. That would make it safely unnecessary for pip to store all versions of all packages forever more.

Any ideas?

You are viewing a single thread.
View all comments
1 point

what if pip didn’t support 0.112.4 anymore?

What do you mean by that? If new versions of Python didn’t run that version of fastapi? If PyPI removed it?

permalink
report
reply
0 points

If prior versions were not support by pip anymore, so yes, if it were removed. There are cases of packages not being supported by the platforms, aren’t there? I’ve run into cases where the package was fully deprecated and not useable or downloadable anymore.

permalink
report
parent
reply
1 point

What do you mean “not supported by the platforms”? And do you mean that or “removed”?

permalink
report
parent
reply
0 points

I couldn’t download it even if I wanted to. That’s what I mean. It returns a message saying it isn’t supported.

permalink
report
parent
reply

Open Source

!opensource@lemmy.ml

Create post

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

  • Posts must be relevant to the open source ideology
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

Community stats

  • 4.3K

    Monthly active users

  • 999

    Posts

  • 8.3K

    Comments