ionelmc / python-lazy-object-proxy

A fast and thorough lazy object proxy.
BSD 2-Clause "Simplified" License
247 stars 36 forks source link

Error when install: the project doesn't specify a build backend #42

Closed suliveevil closed 4 years ago

suliveevil commented 4 years ago

39BC7A6D-7C81-4120-8175-735EA893D39F

ionelmc commented 4 years ago

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 4 years ago

Thank you very much.