danielhrisca / asammdf

Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
GNU Lesser General Public License v3.0
633 stars 224 forks source link

`pip install asammdf[gui]` is not recognized #886

Closed lilsharu closed 11 months ago

lilsharu commented 1 year ago

Python version

Tested on:

Description

No matter what i do, whenever I attempt to run pip install asammdf[gui] like it says in the docs, I keep getting the following error message (tried with multiple different python version)

image

danielhrisca commented 1 year ago

Are you running on 64 bit python?

lilsharu commented 1 year ago

I am running 64 bit python, but on a Linux system. Is the GUI available only on windows?

danielhrisca commented 1 year ago

No there is no limitation, something else is wrong. Can you install other packages from PyPI?

lilsharu commented 1 year ago

i can install other packages: i’ve tried this on three different machines as well and have gotten the same issue.

steinhae commented 1 year ago

I had the same problem and solved it by using: pip install "asammdf[gui]"