Closed nan-wang closed 3 years ago
Here are the bug analyze steps, which I hope the team can pick up and have a better issue report stays not only on the surface.
tag.yml
gcc
not found when building lz4
tag.yml
, it must be something else.lz4
? Speaking of complexity and c-related package, I mean isn't numpy
"needs" gcc even more?So that's it! By the time they publish it, wheels were not ready (what is a wheel? plz google). Therefore we have to build by ourselves from scratch using gcc, as all latest
versions do not include build-essential
for the sake of image size, the building failed.
Solution? Bad timing, just wait. Go check https://pypi.org/simple/lz4/ and realize all wheels are ready now
Todo @jina-ai/engineering
tag.yml
?
Describe the bug
https://hub.docker.com/repository/docker/jinaai/jina
0.9.15 is published on docker hub.
Describe how you solve it
Environment
Screenshots