moonshot icon indicating copy to clipboard operation
moonshot copied to clipboard

Issue when building the application

Open hingsoon opened this issue 6 months ago • 3 comments

Python 3.11.9

(Windows 11 environment)

Getting the following error when trying to install with the statement below

python -m moonshot -i moonshot-data -i moonshot-ui

Below are the errors:-

--for tensorflow-hub==0.16.1

Collecting tensorflow-hub==0.16.1 (from -r requirements.txt (line 163)) Using cached tensorflow_hub-0.16.1-py2.py3-none-any.whl.metadata (1.3 kB) ERROR: Ignored the following versions that require a different python version: 0.28.0 Requires-Python >=3.7, <3.11; 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11; 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10; 1.7.2 Requires-Python >=3.7,<3.11; 1.7.3 Requires-Python >=3.7,<3.11; 1.8.0 Requires-Python >=3.8,<3.11; 1.8.0rc1 Requires-Python >=3.8,<3.11; 1.8.0rc2 Requires-Python >=3.8,<3.11; 1.8.0rc3 Requires-Python >=3.8,<3.11; 1.8.0rc4 Requires-Python >=3.8,<3.11; 1.8.1 Requires-Python >=3.8,<3.11

-- for tensorflow-io-gcs-filesystem==0.37.1

ERROR: Could not find a version that satisfies the requirement tensorflow-io-gcs-filesystem==0.37.1 (from versions: 0.29.0, 0.30.0, 0.31.0) ERROR: No matching distribution found for tensorflow-io-gcs-filesystem==0.37.1

hingsoon avatar Aug 23 '24 07:08 hingsoon