Error when installing onnxruntime-extensions
- I also tried different versions but everytime got same error
error: could not find a version that satisfies the requirement onnxruntime-extensions (from versions: none)
error: no matching distribution found for onnxruntime-extensions
server spec:
Architecture
64-bit (Arm) # Arm Based processor used in aws ec2 instance
CPU:
Core 16 and 1 thread per core
my enviroment:
python version 3.9
pip install onnxruntime-extensions # but got above error
#===============================================================
#Again deleted enviroment and created new enviroment with
python version 3.7
tried to install pip install onnxruntime-extensions # but same error arise
it has been mentioned on the official GitHub page
So if you`re working on Windows, try
Or on Linux
Good Luck.