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

"Could not build wheels for aiohttp, hidapi, which is required to install pyproject.toml-based projects" #45

Closed
oakleyplays opened this issue Sep 26, 2023 · 11 comments

Comments

@oakleyplays
Copy link

i cant get those to install on windows 10 pro 22H2 when using command pip3 install -r requirements.txt

@BroJac5246
Copy link

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?

@oakleyplays
Copy link
Author

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.

@oakleyplays
Copy link
Author

Oh, its a thing with aiohttp version

@BroJac5246
Copy link

Oh, its a thing with aiohttp version

It probably won't work, but have you tried installing aiohttp directly (not from the requirements.txt file)?

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?

@BroJac5246
Copy link

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.

@oakleyplays
Copy link
Author

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.

@oakleyplays
Copy link
Author

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.

By the way, could you possibly check out my other post where it’s missing a module and cant run?

@BroJac5246
Copy link

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.

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.

@BroJac5246
Copy link

BroJac5246 commented Sep 27, 2023

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.

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.

@fedeshoker
Copy link

Hey! you have to install 3.10.

3.11 is incompatible with requirements.txt

@BroJac5246
Copy link

Did installing 3.10 fix the problems?

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

No branches or pull requests

3 participants