Discussion about this post

User's avatar
Michał's avatar

I have to tell, first you make me mad! I did not agree. pyenv - works, packaging work, installing on system wide with pip works... Then I realize you kind of right...

I'm maintainer a small windows desktop app (probably used by less then 100 people). It available as python package at PyPI, but be installed with pip. I did what most developer would do release as whl, allow to install and been updated with pip, simple stuff.

But it turn out most of users are non-developers... I realize it when I got really simple question like: that is terminal, what is cmd, where to put command (pip install dcspy), I got weird output, it is correct or not.... Once, one user reinstall whole windows because he got some strange message/question (normal from developer perspective behavior).

So, yes... we developers solve dozen of simple problem daily, don't realize it... love to tinkering...

So now I just deliver one-file executable (done with pyinstaller/nuitka) and keep wheel as backward compatibility.

Great reed...

Expand full comment
bjkeefe's avatar

I wrote a comment here last night which didn't seem to appear, but it did appear on Notes, if anyone is interested:

https://substack.com/profile/62817-bjkeefe/note/c-17558557

Expand full comment
26 more comments...

No posts