-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I was getting the following error when I was running pip3 install -r requirements.txt:
error: invalid command 'bdist_wheel'
Failed building wheel for pyyaml
Installing wheel solved the problem:
pip3 install wheel
I'm not sure if this should actually be in requirements here in this package or rather in pyyaml...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels