Error when install: the project doesn't specify a build backend
suliveevil opened this issue · 2 comments
suliveevil commented
ionelmc commented
This looks like a pip bug, either it's broken or the message that it give is misleading. This project does declare the build deps (including wheel) in pyproject.toml. Perhaps you can workaround this problem by updating pip or installing wheel before attempting the install?
suliveevil commented
Thank you very much.