(no title)
dmz73
|
7 months ago
I don't know what I am doing wrong but nothing written in Python has ever worked for me.
I download the .py repo from from github or wherever and try to run it - errors.
I try to install missing libraries pip this and that - errors.
I battle fixing endless error with dependencies and when the .py finally runs - errors - wrong version of whatever library or wrong patch of this or that or the "production ready" .py does not work correctly on Windows or single file script uses excel library that has changed in incompatible ways 3 times in 2 years.
I Download all the files from the flashy looking web site and follow all the instructions to the letter - errors.
Python is anything but "robust".
It is the most fragile environment in the universe, worse than c, c++ and javascript put togeter, at least this is my experience with it.
DataDaoDe|7 months ago
vrighter|7 months ago
zeppelin101|7 months ago
fastasucan|7 months ago
fastasucan|7 months ago
ActorNightly|7 months ago
jbreckmckye|7 months ago
"go install github.com/org/repo/x"
zahlman|7 months ago
For example, to install yt-dlp, I followed these steps:
Actually, only the second one, because I already had pipx (https://pipx.pypa.io/ — a wrapper for pip that does basic virtual environment management) installed.Can you name some specific things in Python you have tried to use, and give more concrete descriptions of how you tried to set them up?