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

Cannot install keras-tuner 1.2.0 on M1 Mac #832

Open
sapphire008 opened this issue Feb 5, 2023 · 1 comment
Open

Cannot install keras-tuner 1.2.0 on M1 Mac #832

sapphire008 opened this issue Feb 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@sapphire008
Copy link

Describe the bug
Cannot install keras-tuner 1.2.0 on M1 Macbook Pro Ventura 13.1

To Reproduce

pip install keras-tuner==1.2.0

Expected behavior

Expected to be able to install on Mac M1

Additional context
I was able to install keras-tuner 1.1.3. I have M1 version of tensorflow-macos==2.11.0 on Ventura 13.1
Error message when using pip install keras-tuner==1.2.0

Collecting keras-tuner==1.2.0
  Using cached keras_tuner-1.2.0-py3-none-any.whl (168 kB)
ERROR: Could not find a version that satisfies the requirement tensorflow>=2.0 (from keras-tuner) (from versions: none)
ERROR: No matching distribution found for tensorflow>=2.0

Would you like to help us fix it?
I have no idea how to fix this.

@sapphire008 sapphire008 added the bug Something isn't working label Feb 5, 2023
@anna-hope
Copy link

anna-hope commented Feb 7, 2023

As a workaround, pip install --no-deps --upgrade keras_tuner==1.2.0 seems to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants