freedmand / semantra

Multi-tool for semantic search
MIT License
2.49k stars 139 forks source link

requirement torch>=2.0.0 #29

Open leaph opened 1 year ago

leaph commented 1 year ago

On Raspberry PI 4 I am receiving following error message when installing via pip and pipx: ERROR: Could not find a version that satisfies the requirement torch>=2.0.0 (from semantra) (from versions: none) ERROR: No matching distribution found for torch>=2.0.0

Python version: 3.11.3 Also tried with 3.7, 3.9, 3.11.2

The same install is working fine on M1 Mac ... both are arm64 ...