Skip to content

Hi, is it possible to install taichi on raspberry pi 5 device. Raspbian 64bit OS installed on the device and all the packages written in requirements.txt was already installed. I did not find any information about this on the internet, python package index don't include a wheel for linux/arm64. #1061

Hi, is it possible to install taichi on raspberry pi 5 device. Raspbian 64bit OS installed on the device and all the packages written in requirements.txt was already installed. I did not find any information about this on the internet, python package index don't include a wheel for linux/arm64.

Hi, is it possible to install taichi on raspberry pi 5 device. Raspbian 64bit OS installed on the device and all the packages written in requirements.txt was already installed. I did not find any information about this on the internet, python package index don't include a wheel for linux/arm64. #1061

Workflow file for this run

name: Add issues to Taichi project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/taichi-dev/projects/1
github-token: ${{ secrets.ORG_PROJECT_PAT }}