Closed laurent-laporte-pro closed 8 months ago
Thanks for the info. Just dropped support for py2 via a56b927. However, I'm happy to accept a PR off of v0.41.1 (cb28f487).
It's been four years. It's probably not worth considering Python 2.7 any longer.
Hi,
When installing Meza v0.41.1 on Python 2.7, the dependency "future" is not installed (but required).
To reproduce (for instance on Windows but the problem is the same on Linux):
As you can see, future is missing.
The problem occurs because the Wheel meta info is not valid.
If you want to install "future" only for Python 2.7, your requirements should be:
See: