<#3264 [BUG] dev environment cannot be installed o...
# flytekit
a
#3264 [BUG] dev environment cannot be installed on Mac M1's Issue created by eapolinario Describe the bug The contributor guide specifies that users should run
make setup
as part of the dev environment, however that command fails on Mac M1's with this error message:
Copy code
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
Copy code
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/flyte