ExLisper@linux.community to Programmer Humor@lemmy.mlEnglish · 1 year agoPackage managers be likelinux.communityimagemessage-square150fedilinkarrow-up1383arrow-down190file-text
arrow-up1293arrow-down1imagePackage managers be likelinux.communityExLisper@linux.community to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square150fedilinkfile-text
minus-squareExLisper@linux.communityOPlinkfedilinkEnglisharrow-up2arrow-down5·1 year agoThe issues I had: packages installing but not working due to missing dependencies packages installing but not working due to broken dependencies (wrong lib version installed) packages not building and failing with obscure errors one package was abandoned and using Python 2.7 If a ‘pip install X’ completes successfully but X doesn’t work it’s on pip. And when it fails it could tell you why. Cargo does.
The issues I had:
If a ‘pip install X’ completes successfully but X doesn’t work it’s on pip. And when it fails it could tell you why. Cargo does.