acoustic-carpenter-78188
01/25/2023, 2:16 AMmake setup
as part of the dev environment, however that command fails on Mac M1's with this error message:
ERROR: Ignored the following versions that require a different python version: 2.6.2 Requires-Python >=3.6, <3.9
ERROR: Could not find a version that satisfies the requirement tensorflow-io-gcs-filesystem==0.28.0 (from versions: none)
ERROR: No matching distribution found for tensorflow-io-gcs-filesystem==0.28.0
and
ERROR: No matching distribution found for tensorflow==2.8.1
The issue stems from the fact that tensorflow special-cases a dependency based on the platform+OS, while we currently only maintain a single set of requirements files.
Expected behavior
Mac M1's users should be able to run make setup
successfully.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteacoustic-carpenter-78188
02/17/2023, 11:26 PM