Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install required packages on m1 Mac #2

Open
minhng22 opened this issue Oct 30, 2022 · 0 comments
Open

Install required packages on m1 Mac #2

minhng22 opened this issue Oct 30, 2022 · 0 comments

Comments

@minhng22
Copy link

clu doesn't seems to support m1 yet. Is there any workaround for this issue?

>>>pip install clu==0.0.7

Collecting clu==0.0.7
  Using cached clu-0.0.7-py3-none-any.whl (92 kB)
Collecting ml-collections
  Using cached ml_collections-0.1.1.tar.gz (77 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: packaging in ./my_env/lib/python3.10/site-packages (from clu==0.0.7) (21.3)
Requirement already satisfied: absl-py in ./my_env/lib/python3.10/site-packages (from clu==0.0.7) (1.3.0)
Collecting cached-property
  Using cached cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Requirement already satisfied: flax in ./my_env/lib/python3.10/site-packages (from clu==0.0.7) (0.5.3)
ERROR: Could not find a version that satisfies the requirement tensorflow (from clu) (from versions: none)
ERROR: No matching distribution found for tensorflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant