-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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:
visionLiveSDK-Python3/setup.py
Line 37 in d951494
| use_2to3=True, |
Metadata
Metadata
Assignees
Labels
No labels