bayasdev / envycontrol

Easy GPU switching for Nvidia Optimus laptops under Linux
https://bayas.dev/envycontrol
MIT License
1.18k stars 60 forks source link

[BUG] #95

Open xrva opened 1 year ago

xrva commented 1 year ago

Describe the bug issue while installing envycontrol on debian 11

To Reproduce Steps to reproduce the behavior: sudo apt -y install ./python3-envycontrol_3.2.0-1_all.deb

Expected behavior to work

terminal output dpkg-deb: error: archive '/home/revu/Downloads/python3-envycontrol_3.2.0-1_all.deb' uses unknown compression for member 'control.tar.zst', giving up dpkg: error processing archive /home/revu/Downloads/python3-envycontrol_3.2.0-1_all.deb (--unpack): dpkg-deb --control subprocess returned error exit status 2

System Information: debian 11

bayasdev commented 1 year ago

This is because I built the package from Ubuntu 22.04 and older versions of apt lack support for zstd compression.

In the meanwhile you can continue to use it as a global python package with sudo pip install .