zivid-python icon indicating copy to clipboard operation
zivid-python copied to clipboard

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

Open kontramind opened this issue 6 years ago • 1 comments

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

kontramind avatar Jul 15 '19 13:07 kontramind

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

nedrebo avatar Jul 15 '19 13:07 nedrebo