You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install inaFaceAnalyzer on my macOS (Python 3.7). I have tried Installing from pypi and building from source but getting error messgae in both: ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from inaFaceAnalyzer==0.6.2+6.g9c345a5) (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu (from inaFaceAnalyzer==0.6.2+6.g9c345a5).
I installed onnxruntime (only present for cpu version for mac) from pypi but still no luck.
Is there a way to run the library on mac without the GPU support. Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to install inaFaceAnalyzer on my macOS (Python 3.7). I have tried Installing from pypi and building from source but getting error messgae in both:
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from inaFaceAnalyzer==0.6.2+6.g9c345a5) (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu (from inaFaceAnalyzer==0.6.2+6.g9c345a5).
I installed onnxruntime (only present for cpu version for mac) from pypi but still no luck.
Is there a way to run the library on mac without the GPU support. Thanks!
The text was updated successfully, but these errors were encountered: