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
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:
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
With flyteorg/flytekit@99d3d50 we made it so that the dev environment works again on M1's. The one caveat is that tensorflow doesn't install cleanly on M1's yet, so those unit tests will not run.
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:and
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?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: