pallets-eco / flask-openid

Flask-OpenID adds openid support to flask applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failed because of unsupported options in setuptools

getumen opened this issue · comments

flask-openid build failed.

error in Flask-OpenID setup command: use_2to3 is invalid.

dependency:
setuptools: 58.0.2

From setuptools v58.0.0, the use_2to3 option is no longer sopported.
pypa/setuptools@9f75850

One option that would largely alleviate the pain would be to release a wheel for Python 3 of the latest version. Then pip would install it without touching Setuptools.

Similar discussion here: #60 (comment) - we might release 2to3 processed code as Python3-only package.