this post was submitted on 20 May 2025
38 points (95.2% liked)

Python

7899 readers
1 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona@programming.dev 3 points 11 months ago (1 children)

What are you doing to get into dependency hell? Never had that problem. Are you running "pip install" in your venv at will?

Anti Commercial-AI license

[–] flandish@lemmy.world 3 points 11 months ago* (last edited 11 months ago)

i reckon that’s mostly it - I get an idea, wanna try something and don’t “reset” to a fresh venv. or I do then forget to reinstall the tools I want to use cause I was “just” using them in this same terminal.

it’s me not python. though it’s funny getting a few replies with different solutions. like in PERL, tmtowtdi.

thanks for your reply!