[mythtv-commits] [MythTV/mythtv] bc973e: Python-Bindings: Subsequent local build and instal...
Roland Ernst
noreply at github.com
Wed Jan 10 22:04:09 UTC 2024
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: bc973e32104a8ffdb73275662ad9d1e5b358a89b
https://github.com/MythTV/mythtv/commit/bc973e32104a8ffdb73275662ad9d1e5b358a89b
Author: Roland Ernst <rcrernst at gmail.com>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M mythtv/bindings/python/Makefile
Log Message:
-----------
Python-Bindings: Subsequent local build and install fails
if the MythTVs Python-Bindings of the same version are already installed.
Solution:
Add the switch `--ignore-installed` to the `pip install` sequence,
which insatll the generated python-wheel file unconditionally.
Thanks to Mark S. for reporting this issue and providing hints to solve it.
Fixes #843
More information about the mythtv-commits
mailing list