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

Error upon attempting to install the latest main branch of keras-core #508

Closed
soumik12345 opened this issue Jul 16, 2023 · 3 comments
Closed

Comments

@soumik12345
Copy link
Contributor

Upon trying to install the latest main branch of keras-core on Google Colab. The command I'm using is

pip install -q git+https://github.com/keras-team/keras-core

The error I'm getting is the following:

Installing build dependencies ... done
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  Getting requirements to build wheel ... error
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

This issue was found by @suvadityamuk

@Frightera
Copy link
Contributor

The build is also failed in the PR #509 due to this issue.

@fchollet
Copy link
Member

This is fixed.

@fchollet fchollet reopened this Jul 16, 2023
@fchollet
Copy link
Member

fchollet commented Jul 17, 2023

Actually pushed the fix this time :)

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

3 participants