40
The first year of free-threaded Python
(labs.quansight.org)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
as someone fairly new to larger python projects, working in a team too - why does it seem like I’m always in dependency hell? Sometimes things work with venv until I forget and a notebook needs something else. Or a diff type of proj because mlflow wanted another kind of env manager?
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
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!