Replies: 2 comments
-
Python's package management unfortunately is quite convoluted. What is going on here is that Debian wants to prevent you from installing arbitrary Python packages into the system wide directory which is managed by the APT package manager. And that makes sense. I find it peculiar that
|
Beta Was this translation helpful? Give feedback.
-
When i installed it on linux, i used conda/python environments to install dependencies. The docker version takes out the hassle, tho. |
Beta Was this translation helpful? Give feedback.
-
The focus of my request is not really regarding geo-activity-playground, its more a pip issue. But as i was faced with it although I strictly followed your instruction for the stable version on linux, I guess other users will run into this too.
When I enter
pip install --user geo-activity-playground
I receive the following message.
Therefore I decided to install geo-activity-plugin via pipx, as it is stated to be the easiest use...
pipx install --user geo-activity-playground
But pipx does not recognise the --user argument.
I could have left the --user argument, but I don´t think thats in the sense of the author.
Does anyone have an idea?
Beta Was this translation helpful? Give feedback.
All reactions