-
Notifications
You must be signed in to change notification settings - Fork 16
Description
After going through the entire process to get my pc to even know that Python and Pip were installed i ran pip with the command:
pip3 install -r requirements.txt
As taken from the readme and instructions. When it runs i end up getting multiple errors of things that did not install. I'll paste them below, but I'm reaching the limits of my savviness.
** Building wheel for aiohttp (pyproject.toml) ... error
error: subprocess-exited-with-error
Building wheel for aiohttp (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for aiohttp
Building wheel for hidapi (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for hidapi (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for hidapi
Failed to build aiohttp hidapi
ERROR: Failed to build installable wheels for some pyproject.toml based projects (aiohttp, hidapi)**
I have not messed with any code for anything it is all as packaged for the moment. At a loss any help is appreciated.