Skip to content
New issue

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

Don't start on Arclinux #17

Closed
smopro opened this issue Nov 25, 2020 · 3 comments
Closed

Don't start on Arclinux #17

smopro opened this issue Nov 25, 2020 · 3 comments

Comments

@smopro
Copy link

smopro commented Nov 25, 2020

./procexp.py 
Traceback (most recent call last):
  File "./procexp.py", line 30, in <module>
    import procreader.reader
  File "/home/smopro/procexp/procreader/reader.py", line 25, in <module>
    import singleprocess
  File "/home/smopro/procexp/singleprocess.py", line 23, in <module>
    from PyQt5 import Qwt
ImportError: cannot import name 'Qwt' from 'PyQt5' (/usr/lib/python3.8/site-packages/PyQt5/__init__.py)

Linux test-arch 5.9.9-arch1-1 #1 SMP PREEMPT Wed, 18 Nov 2020 19:52:04 +0000 x86_64 GNU/Linux

@TheOneWhoseUsernameWasTaken

I had that issue under Linux Mint 20.1. I managed to solve it by installing the package "python3-pyqt5.qwt", along with its dependencies.

I don't know what the package is called under Arch, but you probably just need to install the correct one. The instructions in the README.md seem to be a bit outdated and are still for older distributions.

Try and figure out which package gives you the Python version of the Qwt6 technical widget library, and then install that.

@cmorgenstern
Copy link

Should be fixed for the latest AUR version on Arch Linux - uses python-pyqt-qwt to satisfy the missing Qwt dependency.

@smopro
Copy link
Author

smopro commented Jun 10, 2021

Yes, after 2 years i successfully install this tool, but this tool very bad, original procexp more powerful

@smopro smopro closed this as completed Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants