mholgatem / GPIOnext

The next evolution of GPioneer! Create virtual gamepads with your GPIO pins!
MIT License
134 stars 37 forks source link

My pi doesn't want to install evdev, saying there are errors when trying to install it. #54

Closed DockPo234 closed 2 years ago

mholgatem commented 3 years ago

That's unfortunate. Can you provide the errors that you are getting?

DockPo234 commented 2 years ago

It took me forever, but I got it to reinstall it. Thanks for being there though! Not many creators respond and are ready to help.

On Fri, Sep 10, 2021 at 12:46 PM mholgatem @.***> wrote:

That's unfortunate. Can you provide the errors that you are getting?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mholgatem/GPIOnext/issues/54#issuecomment-917049930, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDO42VGWTREKXNVJX45F7LUBIY5LANCNFSM5DYBDNUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mholgatem commented 2 years ago

No problemo!

mrjjenkins commented 2 years ago

what did you do to make it work? I am having a hell of a time with the evdev error

DockPo234 commented 2 years ago

I don't know if this will help, but I plugged in the ethernet cable to my Pi 3B, ran 'sudo apt-get install python3-pip'. After that, I ran 'sudo pip3 install evdev'. Depending on the python version you're using, you may want to run the previous commands without the 3. Let me know if this works, and I can try to help you further if needed.

On Thu, Oct 7, 2021 at 1:39 PM mrjjenkins @.***> wrote:

what did you do to make it work? I am having a hell of a time with the evdev error

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mholgatem/GPIOnext/issues/54#issuecomment-938012376, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDO42S5A5NC53WIRXK47ULUFXLO3ANCNFSM5DYBDNUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mrjjenkins commented 2 years ago

Ill give that a shot. I have bashed this file about 20 times before making arcade cabinets with just the retropi installed first. Never had to worry about python. So we will see.