OPENSHOT_VERSION_FULL AttributeError
Look for the solution (libopenshot lib update) here: https://github.com/OpenShot/openshot-qt/issues/3235#issuecomment-590540210
Ugh. Ok, that's it, we're definitely fixing the PPA. openshot-qt has a VERSIONED dependency on python3-openshot (which in turn depends on a specific libopenshot version), and if that's not codified in the package metadata then things break.
@jonoomph, are you able to give me commit access to the daily PPA repo, or should I shoot patches your way?
In terms of your install, @Peacepill, just run
sudo apt upgrade python3-openshot
That should solve it.
Ugh. Ok, that's it, we're definitely fixing the PPA.
openshot-qthas a VERSIONED dependency onpython3-openshot(which in turn depends on a specific libopenshot version), and if that's not codified in the package metadata then things break.@jonoomph, are you able to give me commit access to the daily PPA repo, or should I shoot patches your way?
In terms of your install, @Peacepill, just run
sudo apt upgrade python3-openshotThat should solve it.
thanks it solved my problem
installing from PPA 6JULY.
for
OpenShot version 2.5.1-dev2
errors:
openshot-qt
Loaded modules from installed directory: /usr/lib/python3/dist-packages/openshot_qt
app:INFO ------------------------------------------------
app:INFO Mon Jul 6 21:49:25 2020
app:INFO Starting new session
app:INFO ------------------------------------------------
app:INFO OpenShot (version 2.5.1-dev2)
app:INFO ------------------------------------------------
app:INFO openshot-qt version: 2.5.1-dev2
metrics:ERROR Error determining OS version in metrics.py
logger:ERROR Traceback (most recent call last):
logger:ERROR File "/usr/bin/openshot-qt", line 11, in <module>
logger:ERROR load_entry_point('openshot-qt==2.5.1.dev2', 'gui_scripts', 'openshot-qt')()
logger:ERROR File "/usr/lib/python3/dist-packages/openshot_qt/launch.py", line 97, in main
logger:ERROR app = OpenShotApp(argv)
logger:ERROR File "/usr/lib/python3/dist-packages/openshot_qt/classes/app.py", line 115, in __init__
logger:ERROR from classes import exceptions
logger:ERROR File "/usr/lib/python3/dist-packages/openshot_qt/classes/exceptions.py", line 30, in <module>
logger:ERROR from classes.metrics import track_exception_stacktrace
logger:ERROR File "/usr/lib/python3/dist-packages/openshot_qt/classes/metrics.py", line 83, in <module>
logger:ERROR "cd1": openshot.OPENSHOT_VERSION_FULL, # Dimension 1: libopenshot version
logger:ERROR AttributeError
logger:ERROR :
logger:ERROR module 'openshot' has no attribute 'OPENSHOT_VERSION_FULL'
app:INFO OpenShot's session ended
app:INFO Mon Jul 6 21:49:26 2020
app:INFO ================================================fix =
sudo apt upgrade python3-openshot
then
openshot-qt
Most helpful comment
Ugh. Ok, that's it, we're definitely fixing the PPA.
openshot-qthas a VERSIONED dependency onpython3-openshot(which in turn depends on a specific libopenshot version), and if that's not codified in the package metadata then things break.@jonoomph, are you able to give me commit access to the daily PPA repo, or should I shoot patches your way?
In terms of your install, @Peacepill, just run
That should solve it.