Package Details: asammdf-git r4518.edaac991-1

Git Clone URL: https://aur.archlinux.org/asammdf-git.git (read-only, click to copy)
Package Base: asammdf-git
Description: fast parser and editor for ASAM MDF files including GUI
Upstream URL: https://github.com/danielhrisca/asammdf
Licenses: LGPL-3.0-only
Conflicts: asammdf
Submitter: xorly
Maintainer: xorly
Last Packager: xorly
Votes: 1
Popularity: 0.40
First Submitted: 2020-11-07 13:39 (UTC)
Last Updated: 2024-03-04 21:55 (UTC)

Latest Comments

xorly commented on 2024-03-04 21:58 (UTC)

Hi, I just added more deps. A lot of them are optional, as they are needed only for GUI and other stuff. At this moment, GUI is not usable. At least pyqtlet2 does not exist as Arch/AUR package. If you are interested in this package, I am more than willing to give it up :)

davvore33 commented on 2024-03-04 10:20 (UTC) (edited on 2024-03-04 10:55 (UTC) by davvore33)

Hi! I fear we are missing canmatrix as dep, this is what i receive from a fresh install

  File "/usr/lib/python3.11/site-packages/asammdf/types.py", line 9, in <module>
    from canmatrix import CanMatrix
ModuleNotFoundError: No module named 'canmatrix'

and


  File "/usr/lib/python3.11/site-packages/asammdf/gui/asammdfgui.py", line 15, in <module>
    import pyqtgraph
ModuleNotFoundError: No module named 'pyqtgraph'

  File "/usr/lib/python3.11/site-packages/asammdf/gui/asammdfgui.py", line 16, in <module>
    from PySide6 import QtWidgets
ModuleNotFoundError: No module named 'PySide6'
t
  File "/usr/lib/python3.11/site-packages/pyqtlet2/mapwidget.py", line 3, in <module>
    from qtpy.QtCore import QEventLoop, Qt, QUrl
ModuleNotFoundError: No module named 'qtpy'
  File "/usr/lib/python3.11/site-packages/qtpy/QtWebChannel.py", line 19, in <module>
    from PySide6.QtWebChannel import *
ImportError: libQt6WebChannel.so.6: cannot open shared object file: No such file or directory