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 LARS under Windows and Python 3.12.4 .
problem 1. requirements.txt asks for azure-ai-vision . I can get around it by explicitly installing azure-ai-vision==0.15.1b1, but it has been yanked and replaced by azure-ai-vision-imageanalysis
problem 2. requirements.txt asks for opentelemetry-exporter-prometheus. Again I can get around it by explicitly installing opentelemetry-exporter-prometheus==1.12.0rc1, but that also has been yanked
problem 3. I get stuck on hqq:
pip is looking at multiple versions of hqq to determine which version is compatible with other requirements. This could take a while.
...
Could not find a version that satisfies the requirement bitblas (from hqq) (from versions: none)
No matching distribution found for bitblas
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to install LARS under Windows and Python 3.12.4 .
problem 1. requirements.txt asks for azure-ai-vision . I can get around it by explicitly installing azure-ai-vision==0.15.1b1, but it has been yanked and replaced by azure-ai-vision-imageanalysis
problem 2. requirements.txt asks for opentelemetry-exporter-prometheus. Again I can get around it by explicitly installing opentelemetry-exporter-prometheus==1.12.0rc1, but that also has been yanked
problem 3. I get stuck on hqq:
pip is looking at multiple versions of hqq to determine which version is compatible with other requirements. This could take a while.
...
Could not find a version that satisfies the requirement bitblas (from hqq) (from versions: none)
No matching distribution found for bitblas
Beta Was this translation helpful? Give feedback.
All reactions