Can the python ZED wheels be (optionally) distributed via PyPi instead of the SDK installer. Installing the wheels via the SDK makes it hard to ensure compatibility with other libraries and create clean build systems. As a result for every new SDK we manually extract the latest wheel so that it can be put into requirements.in
and requirements.txt
files. This is preferred as it lets us run pip compile
to ensure all our requirements are compatible.
We noted this feature request.
1 Like