-
Notifications
You must be signed in to change notification settings - Fork 51
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
Installation Problems on OSX (and msw 10) #3
Comments
Hi, thanks for the interest in this project. Could you provide the precise version and the CPU architecture you tested on? I've searched the official website for the supported hardwares, and seems like |
Hi BreezeWhite, OSX Hardware Overview: Model Name: iMac (But I also had the same problem on Windows10) From the command provided at the onnxruntime iMac ~ % pip3 install onnxruntime |
Looks like a really nice project except ... Tried to install on osx. 10.15.7
Initially had older version of python and pip
and these did load oemer, opencvn,scikit,matplot,Pillow ... but then got stuck on onnxruntime same as below
I updated python and pip and the same problem seems top exists.
my-imac ~ % pip3 install oemer
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
Defaulting to user installation because normal site-packages is not writeable
Collecting oemer
Using cached oemer-0.1.0-py3-none-any.whl (1.3 MB)
Collecting scipy==1.6.2
Downloading scipy-1.6.2-cp38-cp38-macosx_10_9_x86_64.whl (30.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.8/30.8 MB 6.3 MB/s eta 0:00:00
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from oemer) (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu
Also tried on a windows 10 os and got the same error
The text was updated successfully, but these errors were encountered: