-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build 1.19.0 version from sources in Docker #161
Comments
I think this error might be the same as the one that #160 fixes. |
+1, i have the issue, Have any solution or work around it? |
Could you pin Poetry version to 1.8.5 and try installing again? Poetry released a 2.0.0 version 2 days ago and my feeling is that it could be related, as 2.0.0 is a breaking change. |
@siddhantgoel I tried to install it using |
As far as I understand, this is something to be fixed on Poetry's end. v1.19.0 has been on PyPI since November. It might be worth to either wait for Poetry's next release or try to pin poetry-core to an older version to see whether that helps. Otherwise I'm open to suggestions. |
i used the fork in this library by @gantoine While waiting for the final release. You can try this to work around. streaming-form-data = { git = "https://github.com/gantoine/streaming-form-data.git", branch = "main" } |
I just published v1.19.1 which should fix the installation. |
Hello, right now it's not possible to build the
streaming-form-data==1.19.0
in the Docker on MacOS ARM, something got broken. Linux aarch64:Linux 4e460891d430 6.10.14-linuxkit #1 SMP Fri Nov 29 17:22:03 UTC 2024 aarch64 GNU/Linux
Please also create a wheel for
aarch64
.Dockerfile
Error from
docker compose build --progress plain
The text was updated successfully, but these errors were encountered: