I'm trying to build a Docker image to run a Python application using Poetry for the virtual env management and I get the following error during the build:
187.2 ERROR: Ignored the following versions that require a different python version: 0.23.0 Requires-Python >=3.6, <3.10187.2 ERROR: Could not find a version that satisfies the requirement tensorflow-macos<3.0.0,>=2.15.0 (from aily-ai-gtm) (from versions: none)187.2 ERROR: No matching distribution found for tensorflow-macos<3.0.0,>=2.15.0
I'm using Python 3.10.6 and have Tensorflow 2.15.0 installed.
I tried to reinstall Tensorflow but the same error arises when trying to build the Docker image.