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

Install instructions for Fedora 33 #148

Open
FazlyMR opened this issue Nov 19, 2020 · 3 comments
Open

Install instructions for Fedora 33 #148

FazlyMR opened this issue Nov 19, 2020 · 3 comments
Labels

Comments

@FazlyMR
Copy link

FazlyMR commented Nov 19, 2020

I'm trying to install rivalcfg and is having issues with hidapi errors, and the documentation doesn't have installation instructions for Fedora. I attached the error outputted in pip3 when installing rivalcfg.
error.txt

@FazlyMR FazlyMR changed the title Install instructions for Fedora Install instructions for Fedora 33 Nov 19, 2020
@flozz flozz added the question label Dec 29, 2020
@flozz
Copy link
Owner

flozz commented Dec 29, 2020

I do not had time to answer you question and then I forget it... sorry... ^^'

You need build tools to install Rivalcfg. Seeing the logs you privided, it seems you do not have GCC. It seems that you can install what you need with the following command:

sudo dnf groupinstall "Development Tools" "Development Libraries"

(found instructions here)

You will probably need the Python's development package too, it can probably be installed with a command like this:

    sudo dnf install python3-devel

@alexander-danilenko
Copy link

I'm also using Fedora 33. Just installed it using pip3 with sudo:

sudo pip3 install rivalcfg

And now it works if I run it with sudo:

sudo rivalcfg --help

@flozz
Copy link
Owner

flozz commented Mar 31, 2021

Normally you should not have to use sudo to run rivalcfg (except to install the udev rules with sudo rivalcfg --update-udev)

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

No branches or pull requests

3 participants