pip install sphinxcontrib-plantuml fails with error: invalid command 'bdist_wheel'
jan-matejka opened this issue · 3 comments
jan-matejka commented
solved by pip install wheel
before installing sphinx-contrib-plantuml
yuja commented
Sounds like an environment issue.
jan-matejka commented
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.