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

Encountering Errors with OpenAI Jukebox in Google Colab #290

Open
ShaliniAnandaPhD opened this issue Nov 28, 2023 · 3 comments
Open

Encountering Errors with OpenAI Jukebox in Google Colab #290

ShaliniAnandaPhD opened this issue Nov 28, 2023 · 3 comments

Comments

@ShaliniAnandaPhD
Copy link

Hello everyone,

I'm currently working with the OpenAI Jukebox model in a Google Colab environment and have run into some challenging errors. Despite following the setup instructions carefully, I'm encountering issues related to the installation of specific dependencies, namely numba and llvmlite. The errors arise during the building wheel process for these packages.

Here are the steps I've taken and the errors I've encountered:

  1. I tried installing numba and llvmlite with the commands:

    !pip install numba==0.48
    !pip install llvmlite==0.31.0

    However, this resulted in errors related to building wheels for these packages.

  2. The specific error messages I received are:

    error: subprocess-exited-with-error
    × python setup.py bdist_wheel did not run successfully.

I'm using the latest version of the OpenAI Jukebox Google Colab notebook. I suspect the issue might be related to version compatibility or conflicts with other dependencies in the Colab environment.

Has anyone else faced similar issues or have any suggestions on how to resolve this? Any help or guidance would be greatly appreciated!

Thank you!

@luismrguimaraes
Copy link

Also having the same problem. Did you find a solution?

@luismrguimaraes
Copy link

Using this fork from mackamann seems to be working so far.

@ShaliniAnandaPhD
Copy link
Author

@luismrguimaraes Thank you

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

2 participants