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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |