LoLei / razer-cli

CLI for configuring Razer devices
GNU General Public License v3.0
89 stars 11 forks source link

Installing razer-cli requires --break-system-packages flag #76

Open cgranade opened 11 months ago

cgranade commented 11 months ago

When installing razer-cli, it appears that neither venv, conda, nor pipx installs are supported, as they do not include the system-managed version of the openrazer package. That then requires installing razer-cli into the system-wide site-packages folder using pip, but as of PEP 668 (June 2022), that requires using the --break-system-packages flag when calling pip.

0xfee15bad commented 11 months ago

You could create your venv with --system-site-packages to give it access to the system-wide packages :+1: