zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

build-backend="setuptools.build_meta" might be missing to support virtualenv #8

Open kontramind opened 5 years ago

kontramind commented 5 years ago

Installing zivid python bindings is failing. this seems to be due to missing build-backend="setuptools.build_meta". Please look: https://github.com/pypa/setuptools/issues/1694#issuecomment-466010982

nedrebo commented 5 years ago

This seems to be the root cause: https://github.com/pypa/pip/issues/6264

We have two options:

  1. Wait for fix in pip
  2. Add build-backend to pyproject.toml