-
Notifications
You must be signed in to change notification settings - Fork 13
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
"Could not build wheels for aiohttp, hidapi, which is required to install pyproject.toml-based projects" #45
Comments
I was getting this issue as well on Ubuntu 23.04. I know the solution involved virtual environments, but I can't remember what I did. There was a lot of trial and error. Sorry I can't help more, but maybe something I said will help you at some point? |
Yeah, with windows it’s probably different, but maybe if i try and troubleshoot i can get it to work. |
Oh, its a thing with aiohttp version |
It probably won't work, but have you tried installing aiohttp directly (not from the Also, can hid be used instead of hidapi (since that's an extra step for Linux users)? Once again, it likely won't work, but maybe it's worth trying? |
Also, what Python version are you running? I just came across #36 and it sounds like 3.10 is the most likely version to work. |
3.11. |
By the way, could you possibly check out my other post where it’s missing a module and cant run? |
I saw it but I don't know how to fix it. My best advice would be to look it up. |
If you're able to, you could try installing 3.10. I do know it's possible on 3.11, though, because I've done it before. |
Hey! you have to install 3.10. 3.11 is incompatible with requirements.txt |
Did installing 3.10 fix the problems? |
i cant get those to install on windows 10 pro 22H2 when using command pip3 install -r requirements.txt
The text was updated successfully, but these errors were encountered: