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

Problems with the GUI #5

Open
nm17 opened this issue May 30, 2021 · 5 comments
Open

Problems with the GUI #5

nm17 opened this issue May 30, 2021 · 5 comments
Assignees
Labels
dependency Issues with dependencies

Comments

@nm17
Copy link

nm17 commented May 30, 2021

leetmouse/gui$ pip3 install -r dependencies.txt 
Collecting PyQt5==5.15.4
  Downloading PyQt5-5.15.4-cp36.cp37.cp38.cp39-abi3-manylinux2014_x86_64.whl (8.3 MB)
     |████████████████████████████████| 8.3 MB 334 kB/s 
ERROR: Could not find a version that satisfies the requirement python-pyqtgraph==0.11.1 (from -r dependencies.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for python-pyqtgraph==0.11.1 (from -r dependencies.txt (line 2))
@systemofapwne
Copy link
Owner

systemofapwne commented Jun 1, 2021

Thank you. The GUI is W.I.P. and not yet functional. I will however test for this dependency, once I work on the GUI again.

@systemofapwne systemofapwne self-assigned this Jun 1, 2021
@systemofapwne systemofapwne added the dependency Issues with dependencies label Jun 1, 2021
@NiclasEriksen
Copy link

The name of the PIP package is pyqtgraph, but this dependency can also be installed via your package manager. In Arch Linux it's python-pyqtgraph for the Python 3 version, and in Ubuntu it's python3-pyqtgraph. This is not necessarily the same version, but version 0.12.1-1 seems to work.

@systemofapwne
Copy link
Owner

Thanks. And yes, the fix is rather trivial indeed. I hope I can find some time to work on the gui and this driver soon again. I have currently too many sideprojects so I let this project slide.

@NiclasEriksen
Copy link

I hope I can find some time to work on the gui and this driver soon again.

If I can find some time I'd love to contribute to the GUI as well, I have some experience with the Qt framework through Python. This driver was just the thing I needed and is why I feel a need to reciprocate.

@systemofapwne
Copy link
Owner

Thank you for your kind offer. I just started working slightly on the GUI again and removed the testing "GUI" code from master to reduce further confusion.
I am certainly not a "GUI Guy" (I prefer backends/bare functionality more), however I have some experience here and there and I would like to get the GUI + backend interaction into shape now :) I just will take the time for it then. And even if it is not that much right now, I will have a lot more time in August when I am on holidays ;)

If you want to contribute, feel free to contact me. You can reach me via matrix: @klaus:zipfel.family .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Issues with dependencies
Projects
None yet
Development

No branches or pull requests

3 participants