Skip to content
Discussion options

You must be logged in to vote

You're using the system python. Due to "dependency hell" (technical term), certain distributions like Debian & Ubuntu turn off pip for the system python. The issue is that installing arbitrary packages can cause other packages to update/change version, which may potentially break the python scripts which are used by the OS. To prevent that, the distributions carefully control which packages/versions can be installed in the system python and do so by turning off pip and requiring you to install python packages for the system python through the distribution's standard package manager (e.g. apt).

The issue you run into is that neither Ubuntu nor Debian really have an apt installable PyRosett…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ajasja
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants