Tag: Pip

Normal Classic Pip VS Pip-Compile & Pip-Sync

Why should you care? Well, more companies and teams are starting to use pip-compile and pip-sync instead of the classic pip freeze stuff. So this could be the new norm in a couple of years. This article discusses: difference in generating requirements.txt d...

Forget PIP, Conda, and requirements.txt! Use Poetry Instead And Thank Me Later

Library A requires Python 3.6. Library B relies on Library A but needs Python 3.9, and Library C depends on Library B but requires the specific version of Library A that is compatible with Python 3.6. Welcome to dependency hell! Since native Python is rubbish without external packages for data...

Forget PIP, Conda, and requirements.txt! Use Poetry Instead And Thank Me Later

Library A requires Python 3.6. Library B relies on Library A but needs Python 3.9, and Library C depends on Library B but requires the specific version of Library A that is compatible with Python 3.6. Welcome to dependency hell! Since native Python is rubbish without external packages for data...