etiennedub / pyk4a

Python 3 wrapper for Azure-Kinect-Sensor-SDK
MIT License
288 stars 81 forks source link

Allow install with pip --user --editable . #67

Closed lpasselin closed 4 years ago

lpasselin commented 4 years ago

PEP517 implemented recently in pip does not allow editable install in user site-packages. This means I had to run sudo make build to install in editable mode.

See discussion here https://github.com/pypa/pip/issues/7953