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
Change h5py version to 3.9.0 in requirements because 3.6.0 wouldn't work
Expected Behaviour
I expect the command to just run like normal, but it doesn't
Current Behaviour
When I keep tensorflow==2.11.1 or tensorflow==2.11.0 in requirements.txt, I get the error #0 2.241 ERROR: Could not find a version that satisfies the requirement tensorflow-cpu-aws==2.11.0; platform_system == "Linux" and (platform_machine == "arm64" or platform_machine == "aarch64") (from tensorflow) (from versions: none) #0 2.241 ERROR: No matching distribution found for tensorflow-cpu-aws==2.11.0; platform_system == "Linux" and (platform_machine == "arm64" or platform_machine == "aarch64")
When I try tensorflow-macos==2.11.1 and tensorflow-macos==2.11.0 I get the error ERROR: Could not find a version that satisfies the requirement tensorflow-macos==2.11.1 (from versions: none) #0 40.25 ERROR: No matching distribution found for tensorflow-macos==2.11.1
Possible Solution
Tensorflow installs just fine on my Mac, so I'm not sure what the problem is here.
Context
I'm just trying to install and run the server less functionality to deploy auto-annotation models.
Your Environment
Docker version: v20.10.22
Are you using Docker Swarm or Kubernetes: 👎
Operating System and version (e.g. Linux, Windows, MacOS): MacOS Ventura 13.2.1 M2 MacBook Air
The text was updated successfully, but these errors were encountered:
Hi @arrrshia ,
Sorry to bother, I'm having the same issue when running docker compose on M1 Mac. Can you please elaborate on how you switched off ARM platform?
My actions before raising this issue
I have been trying to run the server less setup given the tutorial https://opencv.github.io/cvat/docs/manual/advanced/serverless-tutorial/#adding-your-own-dl-models and it just isn't installing the requirements (specifically tensor flow) on my M2 Mac running Ventura 13.2.1.
Steps to Reproduce (for bugs)
Expected Behaviour
I expect the command to just run like normal, but it doesn't
Current Behaviour
When I keep tensorflow==2.11.1 or tensorflow==2.11.0 in requirements.txt, I get the error
#0 2.241 ERROR: Could not find a version that satisfies the requirement tensorflow-cpu-aws==2.11.0; platform_system == "Linux" and (platform_machine == "arm64" or platform_machine == "aarch64") (from tensorflow) (from versions: none) #0 2.241 ERROR: No matching distribution found for tensorflow-cpu-aws==2.11.0; platform_system == "Linux" and (platform_machine == "arm64" or platform_machine == "aarch64")
When I try tensorflow-macos==2.11.1 and tensorflow-macos==2.11.0 I get the error
ERROR: Could not find a version that satisfies the requirement tensorflow-macos==2.11.1 (from versions: none) #0 40.25 ERROR: No matching distribution found for tensorflow-macos==2.11.1
Possible Solution
Tensorflow installs just fine on my Mac, so I'm not sure what the problem is here.
Context
I'm just trying to install and run the server less functionality to deploy auto-annotation models.
Your Environment
The text was updated successfully, but these errors were encountered: