odidev
odidev
Problem --------- On aarch64, ‘pip install faiss-gpu’ builds the wheels from source code and gives the below error- ``` ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u...
Hi Team, I have been working on running and testing Flannel on arm64 platform but the `make test` command fails on arm64 platform with the following error: `etcd cluster is...
I have been working on installing and testing python-discord-webhook package for amd64 and arm64 architectures on my local server. While testing this package using **pytest**, I am getting the below...
Hi Team, I tried testing **tsfresh** package on Arm64 architectures but it is generating `24 errors with 10 passed and 11 skipped` for the **tox test command** with the below...
I have been working to build and test this package for amd64 and arm64 architectures. While testing this package with “tox” getting errors for **poetry install** command for both architectures,...
Hi Team, I am trying to use **“gliderlabs/registrator”** over ARM64v8 but it seems it does not have an arm64 supported tag in the docker hub. I have successfully built the...
Problem --------- On AArch64, ‘pip install PyQt5’ gives error as no wheels are available for arm64. Also no ‘setup.py’ file is available to install/build it through source code. Resolution -----------...
Hi @rougier , Travis has added support for ARM64. I have added arm64 jobs and was facing issues with multibuild docker test image. It has been resolved by multibuild as...
Hi Team, I tried testing pyaes package on Arm64 architecture and it is passing the tests successfully on both architectures. Here are the travis logs: **Travis log:** https://app.travis-ci.com/github/odidev/pyaes/builds/237522069 It will...
Added test support for linux aarch64.in check.yml. @naiquevin Could you please review this PR?