Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setuptools no longer supports use_2to3 #1

Open
ddarren opened this issue Apr 14, 2022 · 0 comments
Open

setuptools no longer supports use_2to3 #1

ddarren opened this issue Apr 14, 2022 · 0 comments

Comments

@ddarren
Copy link

ddarren commented Apr 14, 2022

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:

use_2to3=True,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant