Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred when I installed onnxruntime-qnn in an Arm environment #21356

Closed
goxia opened this issue Jul 15, 2024 · 3 comments
Closed

An error occurred when I installed onnxruntime-qnn in an Arm environment #21356

goxia opened this issue Jul 15, 2024 · 3 comments
Labels
ep:QNN issues related to QNN exeution provider platform:windows issues related to the Windows platform

Comments

@goxia
Copy link

goxia commented Jul 15, 2024

Describe the issue

python -m pip install onnxruntime-qnn
ERROR: Could not find a version that satisfies the requirement onnxruntime-qnn (from versions: none)
ERROR: No matching distribution found for onnxruntime-qnn

python -m pip install --pre onnxruntime-qnn
ERROR: Could not find a version that satisfies the requirement onnxruntime-qnn (from versions: none)
ERROR: No matching distribution found for onnxruntime-qnn

To reproduce

  1. Install python 3.12.4 (Arm)
  2. Install Visual Studio 2022 (c++ workload and related components
  3. Install VSCode
  4. Create .venv
  5. pip install numpy
  6. pip install onnxruntime-qnn or use the --pre parameter

Urgency

No response

Platform

Windows

OS Version

Windows 11 26100.1150

ONNX Runtime Installation

Released Package

ONNX Runtime Version or Commit ID

current

ONNX Runtime API

Python

Architecture

ARM64

Execution Provider

Other / Unknown

Execution Provider Library Version

pip install onnxruntime-qnn

@github-actions github-actions bot added the platform:windows issues related to the Windows platform label Jul 15, 2024
@faxu faxu added the ep:QNN issues related to QNN exeution provider label Jul 15, 2024
@Misaka17032
Copy link

Make sure you did use python version of 3.11.x. (According to the doc here)

@goxia
Copy link
Author

goxia commented Jul 17, 2024

Okey, my current version is 3.12.x and I'm going to try 3.11.x.

@goxia goxia closed this as completed Jul 17, 2024
@goxia
Copy link
Author

goxia commented Jul 17, 2024

Make sure you did use python version of 3.11.x. (According to the doc here-,Python%203.11.x,-Numpy%201.25.2%20or))

Thank you! It was resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:QNN issues related to QNN exeution provider platform:windows issues related to the Windows platform
Projects
None yet
Development

No branches or pull requests

3 participants