Alex Restifo

Results 9 comments of Alex Restifo

Hi all! No input on this for a while, so I put together some instructions you can use while we wait for an official `linux/arm64` release. These are definitely not...

Hi everyone, I have pre-built wheels and build instructions over at https://github.com/catboost/catboost/issues/2091#issuecomment-1248876930

@lansing @zhen-jia How did you build the wheel? Using `mk_wheel.py` seems to not have any support for `linux/aarch64` at the minute. I also tried looking into `pip wheel` but that...

@lansing Thanks, this is really useful information! I was able to modify `mk_wheel.py` and get the wheel built under the same Python 3.7 environment you describe, but importing it in...

Hi everyone, I have pre-built wheels and `linux/arm64` build instructions over at https://github.com/catboost/catboost/issues/2091#issuecomment-1248876930

@rivershah sure, I will add them when I get a chance! Edit: @rivershah the wheels are now available!

@ryanshrott You need to make sure you have `arm64` emulation enabled, check the link [here](https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/) Edit: I see in your Dockerfile you are using `FROM amd64/python:3.9-slim`. Try changing that to...

Just ran into the silent fail issue, I'm surprised the Python client doesn't report an error here. I see a warning in the Qdrant Docker logs but nothing is wrong...