Anyone has any idea if this can be fixed in any wa...
# ask-metaflow
a
Anyone has any idea if this can be fixed in any way? Right now resorting back to
@conda
. Whether run locally on arm64 or pushing it to batch, both give the same error
d
You can try the extension decorators which ahve a bit more support for some of these packages. It is bizarre though it says that for requests which is a no arch package. What does your env look like?
a
@dry-beach-38304 running on macOS. I use uv to run metaflow
Tried just using a plain old venv, but the results are the same 😞
Or well.. this time it complains about pandas though
Ok, tried this actually in a linux/amd64 docker container ( python:3.12-slim) with a regular venv and it yields the same issue with pandas at least. I'll try a different library now
@dry-beach-38304 well actually tried using the plugins now and locally that was a success after installing condaforge! But now on AWS Batch, I get
KeyTooLongError
when it attempts to download the conda dependencies from S3. Strangely, I manage to download the file just fine using boto3 locally with the exact key that is failing. Any ideas on this one?
h
Can you share the full error?
d
not sure what
KeyTooLongError
is from — yes, the full error would help.
a
I'll replicate it and add the stacktrace here on monday
Could not reproduce this anymore. I did not save the exact flow as is, so maybe I hit an edge case there. Sorry guys
d
excellent 🙂
👍 1