Closed getumen closed 3 years ago
This issue relates to this PR. https://github.com/flier/pyfasthash/issues/49
thanks
@flier any plans to release 0.9.4
with this fix?
@flier Please release this asap, so pyhash can be installed from pypi again without ugly workarounds like downgrading setuptools.
pyhash build failed.
dependency: setuptools: 58.0.2
From setuptools v58.0.0, the use_2to3 option is no longer sopported. https://github.com/pypa/setuptools/commit/9f75850ec2455718c4c470c16c4c15139deef624
This pull request proposes removing this option from setup.py. I didn't see any test suite though, so I can't make sure all the code is compatible with newest version of Python.
similar issue is in https://github.com/pallets-eco/flask-openid/issues/59