Luis NorambuenaM to PythonEnglish · 2 months agoYes, you should use a Python venv in a container like dockerwww.bitecode.devexternal-linkmessage-square42fedilinkarrow-up158arrow-down15file-text
arrow-up153arrow-down1external-linkYes, you should use a Python venv in a container like dockerwww.bitecode.devLuis NorambuenaM to PythonEnglish · 2 months agomessage-square42fedilinkfile-text
minus-squareOskar@mastodon.nulinkfedilinkarrow-up3·2 months ago@norambna Good points! 👍🏻 especially since conflict resolution in PIP sucks and it’ll happily install incompatible packages
minus-squarelogging_strictlinkfedilinkarrow-up1·2 months 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.