You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current docker image tagged latest-armv7 seems to be based on 0.3.9.1 (currently a month old), while there seem to be regular arm64 builds. Am I missing something or is armv7 just not part of the typical build? Can you add it?
(this is a bigger issue because the armv7 docker image fails, though I don't want to open this as an issue until it's tracking github latest!:
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [4 lines of output]
:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Building lxml version 5.3.0.
Building without Cython.
Error: Please make sure the libxml2 and libxslt development packages are installed.
[end of output]
)
The text was updated successfully, but these errors were encountered:
Hey @geedubess, it doesn't crash, it just times out building packages. g4f uses a ton of them, so there are a lot of issues. But you could install it with min or slim requirements. I don't see why we need to build new images anymore.
Edit: I enabled the armv7 build again. I added a timeout to the installation of packages. Now its working so far. (the build needs a half hour)
The current docker image tagged latest-armv7 seems to be based on 0.3.9.1 (currently a month old), while there seem to be regular arm64 builds. Am I missing something or is armv7 just not part of the typical build? Can you add it?
https://hub.docker.com/r/hlohaus789/g4f/tags?name=armv7
(this is a bigger issue because the armv7 docker image fails, though I don't want to open this as an issue until it's tracking github latest!:
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [4 lines of output]
:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Building lxml version 5.3.0.
Building without Cython.
Error: Please make sure the libxml2 and libxslt development packages are installed.
[end of output]
)
The text was updated successfully, but these errors were encountered: