Ben Nuttall
Ben Nuttall
Is it possible to build from PyPI with just `pip3 wheel`? That's how our automated builds work. I'll try it when I get chance.
That built ok for me. We're currently working through the backlog of Python 3.11 builds so it'll try those in the next few days and then it'll try 1.4.0 on...
It failed on cp35m because of the use of f-strings which require Python 3.6. It hasn't been attempted on cp37m or cp39 yet, as there was something blocking the queue....
It's now failed on the others due to the project trying to run a "git clone" which isn't permitted in piwheels.
Like I said, "git clone" is not permitted in piwheels, that's the problem. You can't run "git clone" in your setup script.
@khanhlvg @terryheo thanks, can you email me: [email protected]
https://pypi.org/project/tflite-runtime/#files > No source distribution files available for this release
Ok well blis only supports Python 2.7, 3.5 and 3.6 so that's why the 3.4 build failed: http://paste.debian.net/1074266 As for the 3.5 build, here's the output: https://paste.ubuntu.com/p/SkBqtJQgTD/ (ignore the fact...
That's a strange way of getting the architecture: https://github.com/explosion/cython-blis/blob/master/setup.py#L134 0- don't know why they don't use `platform` from the standard library. I'll have a look later and maybe send a...
Closing as an upstream issue. I made a suggestion to them but no action taken.