python-lovelace icon indicating copy to clipboard operation
python-lovelace copied to clipboard

Missin wheel in requirements

Open maxwroc opened this issue 7 years ago • 0 comments

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

maxwroc avatar Oct 31 '18 19:10 maxwroc