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

ERROR: Failed building wheel for yarl Failed to build cytoolz multidict yarl #19

Closed
Kofro opened this issue Aug 5, 2021 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@Kofro
Copy link

Kofro commented Aug 5, 2021

ERROR: Failed building wheel for yarl
Failed to build cytoolz multidict yarl
ERROR: Could not build wheels for multidict, yarl which use PEP 517 and cannot be installed directly

Followed every other step and have everything set up correctly, using python 3.8.6.

"python3 -m pip install -r requirements.txt"

@Kofro Kofro added the bug Something isn't working label Aug 5, 2021
@fabston
Copy link
Owner

fabston commented Aug 5, 2021

You might have to install sudo apt install python3.8-dev. If you are using a different py version change it accordingly.

@fabston fabston pinned this issue Aug 5, 2021
@Polies-Token
Copy link

sudo apt update -y && sudo apt upgrade -y sudo apt install python3.6 -y &&
sudo apt install python3.6-dev -y && sudo apt install python3.6-venv

wget https://bootstrap.pypa.io/get-pip.py
sudo python3.6 get-pip.py

python3 -m pip install -r requirements.txt

Maybe it will help, these were my steps for installation

@fabston
Copy link
Owner

fabston commented Aug 6, 2021

It is recommended to use at least python3.8 though. But installing dev as well should fix it. Closing this issue now.

@fabston fabston closed this as completed Aug 6, 2021
Repository owner locked and limited conversation to collaborators Aug 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants