Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Like during dev setup, does it work on your friends laptop but not yours, even though you’re both running MacOS latest (this was my experience) Or it works on your laptop but not a CI machine (also my experience).

What we want is for a declarative toml file to reliably reproduce dependencies regardless… sadly even across very similar machines it fails to do so.



isnt this what the lockfile is for? are people installing poetry lock dependencies on macos that turn out different?


I’d recommend reading about Python Wheels - https://realpython.com/python-wheels

Unlike, say NPM, Python doesn’t just download a versioned set of python files depending on your lock file


Probably have different versions of Python installed manually. And/or architecture different.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: