XanIves / Discomata

Python GUI for sending text commands through a Discord bot
GNU General Public License v3.0
4 stars 1 forks source link

Failed Building wheel for yarl #1

Closed habeas81 closed 3 years ago

habeas81 commented 3 years ago

Hello, first thank you for building and sharing!

As I was installing, I got an error. "ERROR: Could not build wheels for multidict which use PEP 517 and cannot be installed directly"

By chance do you know how we can fix it?

Thanks!

XanIves commented 3 years ago

Never seen that issue, but it seems like an issue either with the version of Pip you have or the version of python you have installed.

Do you have python 9 or something installed? If so, try running “python8 -m pip install -r requirements.txt”

@habeas81

habeas81 commented 3 years ago

had to install and run python 3.8, I had 3.7 and 3.9 installed.. figures.

ultimately this command worked

py -3.8 -m pip install -r requirements.txt