Luis Norambuena@programming.devM to Python@programming.devEnglish · 2 days agoYes, you should use a Python venv in a container like dockerwww.bitecode.devexternal-linkmessage-square41fedilinkarrow-up157arrow-down13file-text
arrow-up154arrow-down1external-linkYes, you should use a Python venv in a container like dockerwww.bitecode.devLuis Norambuena@programming.devM to Python@programming.devEnglish · 2 days agomessage-square41fedilinkfile-text
minus-squareOskar@mastodon.nulinkfedilinkarrow-up3·2 days ago@norambna Good points! 👍🏻 especially since conflict resolution in PIP sucks and it’ll happily install incompatible packages
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·1 day agopip is great! It lets ya know when there are dependency conflicts. Up to us to learn how to deal with resolving dependency conflicts. There are those who attend the whining parade down main street. There are the very very few who write a package to resolve these issues.
@norambna Good points! 👍🏻 especially since conflict resolution in PIP sucks and it’ll happily install incompatible packages
pip is great! It lets ya know when there are dependency conflicts.
Up to us to learn how to deal with resolving dependency conflicts.
There are those who attend the whining parade down main street.
There are the very very few who write a package to resolve these issues.