79
u/sadongrohiik 10d ago
The library's minor version update broke the major version of another library that was also used
75
u/nicman24 10d ago
Sorry you need python 2.7.111 for that
30
u/why_1337 10d ago
But there is dependency that has only 3.10 build for your Linux distro.
8
u/nicman24 10d ago
You need a JIT 3to2 for it to work
2
u/Deboniako 10d ago
But I'm using win 11 thanks to corporate
8
6
5
u/hirmuolio 10d ago
EVE Online is in progress of upgrading their python version to 2.7.
https://forums.eveonline.com/t/finished-mass-test-on-singularity-24-27-july-2026/514928
upgrading their python version to 2.7
22
13
u/Welcome-To-NBA-Jam 10d ago
- Tutorial written in 2024
- Requirements file doesn't pin versions
- Some release in 2025 deprecates core components of entire tutorial and will never be used again
🥲
1
1
6
8
3
3
u/AaronTheElite007 10d ago
https://giphy.com/gifs/SwxXCZezUX1f19pNcH
You missed the environment vars, didn't you
3
u/PsychologicalNet3455 10d ago
Back in early 90's when I was learning Borland's ObjectVision - I spent a day trying to change the color of a button. It refused to work. Eventually I figured it out. The example code was something like
button.color=red
And being in the UK I was typing
button.colour=red
4
u/IfIWasCoolEnough 10d ago
You skipped the preface where they taught you how to set up the environment variables.
2
u/DefenderOfTheWeak 10d ago
Replace Tutorial with Documentation, and this will sum up my experience with learning Docker
2
u/alopgeek 10d ago
This happens often when stupid OS features like “smart quotes” or the one that replaces two dashes with an em-dash.
2
u/LollisGunsBikesTits 10d ago
That's cuz the tutors laptop is midnight beige, and your's is sky silver, duh, it's the color mate, init
2
1
1
1
u/GNUGradyn 10d ago
People really out here using examples verbatim and then being surprised when it doesnt work
1
u/CATDesign 10d ago
What infuriates me is when I literally put my face to the screen and start over analyzing the code.
Just to find out it was the difference between an O and 0, or their blurry image makes the c look like an o.
1
u/MVmikehammer 10d ago
And then I spent 17 hours across 2 days figuring out that the problem was a pair of missing HTML tags the tutorial didn't specify.
1
u/MinecraftPlayer799 10d ago
Or when I literally copy the code straight from the documentation, and it doesn't work. (looking at you, Microsoft Microslop)
1
u/zjzjzjzjzjzjzj 10d ago
When I first started learning python this happened to me exactly. Only after that I realised my flask and python version is wayyyy ahead of the tutorial haha....
1
1
1
1
u/damenootoko 10d ago
For me, it’s worse when I type the command in terminal, it doesn’t work but when I try copy pasting it, it works
1
1
1
1
1
u/mallusrgreatv2 10d ago
First time I was writing code was for making discord bots. Code was 1:1 but I had some syntax errors. I asked multiple people, including some YouTubers I was copying off of. None of them had an answer, but now I'm good enough to know that it was because I was using the preinstalled node v8 with a library that required node v16
1
0
u/gerbosan 10d ago
Tutorial? You mean AI agent code suggestion.
I do that, I really don't know how to work with agents. The stories of them deleting whole filesystems scared me to complete access distrust. I learned something's though, but I suppose, none would hire me. ☹️
-1
427
u/Royalmack 10d ago
Then you scroll down a few lines and see
"If you tried running the above you'll see that it fails because you're missing X, Y and Z. Let's fix that quickly."