-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIP3 upgrade makes Debian installation fail in during the first run #53
Labels
bug
Something isn't working
Milestone
Comments
marcus67
added a commit
to marcus67/python_base_app
that referenced
this issue
Dec 27, 2019
* Support for overriding of settings using environment * Abstraction of the audio engine (class `BaseAudioPlayer`) * Support for `mpg123` as audio engine (new) * Support for `playsound` as audio engine (rewritten as engine) * Support for `pyglet` as audio engine (new) * Correct handling of default locale on slave device * Distribution of login mappings from master to slave (for Docker containers and MacOS) * New CI stage to build docker images * Consistent hiding of sensitive variable values in logging * Packages `sudo` and `procps` added to the Debian package dependencies * Explicit call of `pip3` using absolute path in Debian control file * Closes #53, see [here](marcus67/little_brother#53) * Provide simple shell script to grant message clients access to X server * Several test cases added
marcus67
added a commit
that referenced
this issue
Dec 27, 2019
* Support for overriding of settings using environment * Abstraction of the audio engine (class `BaseAudioPlayer`) * Support for `mpg123` as audio engine (new) * Support for `playsound` as audio engine (rewritten as engine) * Support for `pyglet` as audio engine (new) * Correct handling of default locale on slave device * Distribution of login mappings from master to slave (for Docker containers and MacOS) * New CI stage to build docker images * Consistent hiding of sensitive variable values in logging * Packages `sudo` and `procps` added to the Debian package dependencies * Explicit call of `pip3` using absolute path in Debian control file * Closes #53, see [here](#53) * Provide simple shell script to grant message clients access to X server * Several test cases added
marcus67
added a commit
to marcus67/python_base_app
that referenced
this issue
Dec 30, 2019
* Support for overriding of settings using environment * Abstraction of the audio engine (class `BaseAudioPlayer`) * Support for `mpg123` as audio engine (new) * Support for `playsound` as audio engine (rewritten as engine) * Support for `pyglet` as audio engine (new) * Correct handling of default locale on slave device * Distribution of login mappings from master to slave (for Docker containers and MacOS) * New CI stage to build docker images * Consistent hiding of sensitive variable values in logging * Packages `sudo` and `procps` added to the Debian package dependencies * Explicit call of `pip3` using absolute path in Debian control file * Closes #53, see [here](marcus67/little_brother#53) * Provide simple shell script to grant message clients access to X server * Several test cases added
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior: in the
postinst
script of the Debian packagepip3
is upgraded to the latest version. However, for this reasonpip3
does not work well for the installation of the PIP packages resulting in theapt-get install -f
to be required to be called twice.Desired behavior: The upgrade of the
pip3
command should be independent of its usage during installation.The text was updated successfully, but these errors were encountered: