The codebase currently uses use_2to3 but setuptools no longer supports it: pypa/setuptools#2731
Build environments like Heroku now use a newer version ssetuptools so builds/deployments will fail using the visionLiveSDK library. See heroku/heroku-buildpack-python#1312
Hopefully this is just a simple fix of removing this line:
The codebase currently uses
use_2to3butsetuptoolsno longer supports it: pypa/setuptools#2731Build environments like Heroku now use a newer version
ssetuptoolsso builds/deployments will fail using the visionLiveSDK library. See heroku/heroku-buildpack-python#1312Hopefully this is just a simple fix of removing this line:
visionLiveSDK-Python3/setup.py
Line 37 in d951494