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

PyQt5 Charts no longer available in the Arch Linux Repo #7

Open
gator-git opened this issue Sep 20, 2024 · 2 comments
Open

PyQt5 Charts no longer available in the Arch Linux Repo #7

gator-git opened this issue Sep 20, 2024 · 2 comments

Comments

@gator-git
Copy link

gator-git commented Sep 20, 2024

Apologies, for my tardiness :D. I was trying to document the procedure to install it on Arch Linux. It seems they removed pyqt5.qtchart equivalent from the Arch [extra] repos. I tried using the PyQtCharts through the pip command but it refused to work.

It would be to much to ask you to port it to Qt6. I would try and do it myself, but I dont know where to start. If you couls point me to the right direction I would be thankful :).

Link to the Arch Package : https://archlinux.org/packages/extra/x86_64/python-pyqt5-chart/

@gator-git gator-git changed the title PyQt5 Charts no longer available in the Arch Repo PyQt5 Charts no longer available in the Arch Linux Repo Sep 20, 2024
@snowyoneill
Copy link
Owner

I'll try and take a look into it. Can you share any of the instructions you use so far for Arch?

@gator-git
Copy link
Author

gator-git commented Sep 22, 2024

Sure, All I did was activate the ec_sys module, this is just a guess as to why it is needed, to read or write to the ec values.

Secure Boot must be turned off.

  • Create a file called acpi_ec.conf (it can be named anything.) in /etc/modprobe.d/acpi_ec.conf

with the contents

modprobe ec_sys write_support=1.

  • Install acpi_ec from the Git repo (dkms must be installed as a prerequisite)

  • install the dependencies python-pyqt5-charts python-pyqt5

  • Optionally install msr-tools from the ArchLinux repo msr-tools and pip install git+https://github.com/georgewhewell/undervolt.git

Following the rest of your instructions made it work in my case.

I hope this helps.

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

2 participants