dale3h / python-lovelace

Lovelace UI module and migration tool for Python
MIT License
30 stars 6 forks source link

Missin wheel in requirements #7

Open maxwroc opened 5 years ago

maxwroc commented 5 years ago

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...