sphinx-contrib/plantuml

pip install sphinxcontrib-plantuml fails with error: invalid command 'bdist_wheel'

jan-matejka opened this issue · 3 comments

solved by pip install wheel before installing sphinx-contrib-plantuml

yuja commented

Sounds like an environment issue.

Sounds like you are missing wheel in setup.py install_requires but I am not sure.

yuja commented

AFAIK, wheel isn't a hard requirement. If pip choose the wheel way, wheel should have
been installed. That's my understanding.

I only uploaded a plain old sdist, which is just a tarball containing sources and metadata.