You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_2to3
butsetuptools
no longer supports it: pypa/setuptools#2731Build environments like Heroku now use a newer version
ssetuptools
so 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
The text was updated successfully, but these errors were encountered: