We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Platform: Ubuntu 23.04
MythTV version: 2:34.0~master.202401100449.498b5a817a
Package version: 2:34.0 master.202401100449.498b5a817a~ubuntu23.04.1
Component: Python Bindings
When building and installing MythTV locally, a make install fails if the Python-Bindings of the current MythTV version are already installed.
make install
Excerpt from the install log:
python3 -m pip install --prefix="<some_prefix>" --no-build-isolation --no-cache-dir --no-index --disable-pip-version-check --no-deps --find-links ./dist MythTV Looking in links: ./dist Requirement already satisfied: MythTV in /usr/lib/python3/dist-packages (34.0)
If the MythTVs Python-Bindings of the current MythTV version are not already installed, the log of make install shows:
python3 -m pip install --prefix="<some_prefix>" --no-build-isolation --no-cache-dir --no-index --disable-pip-version-check --no-deps --find-links ./dist MythTV Looking in links: ./dist Processing ./dist/MythTV-34.0-py3-none-any.whl Installing collected packages: MythTV Successfully installed MythTV-34.0
Thanks to Mark S. for reporting this issue and providing hints.
The text was updated successfully, but these errors were encountered:
bc973e3
No branches or pull requests
Platform: Ubuntu 23.04
MythTV version: 2:34.0~master.202401100449.498b5a817a
Package version: 2:34.0 master.202401100449.498b5a817a~ubuntu23.04.1
Component: Python Bindings
What steps will reproduce the bug?
When building and installing MythTV locally,
a
make install
fails if the Python-Bindings of the current MythTV version are already installed.Excerpt from the install log:
If the MythTVs Python-Bindings of the current MythTV version are not already installed,
the log of
make install
shows:Thanks to Mark S. for reporting this issue and providing hints.
The text was updated successfully, but these errors were encountered: