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

[BUG] Quickstart example fails in Colab #864

Closed
callumtilbury opened this issue Jan 5, 2023 · 0 comments
Closed

[BUG] Quickstart example fails in Colab #864

callumtilbury opened this issue Jan 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@callumtilbury
Copy link
Contributor

Describe the bug

Problems when trying to run the quickstart.ipynb notebook

To Reproduce

Steps to reproduce the behavior:

  1. Visit https://colab.research.google.com/github/instadeepai/Mava/blob/develop/examples/quickstart.ipynb
  2. Run the "Install required packages" cell
  3. Hit error in installing box-2d (note: this install fails quietly, because the output is %%captured)
  4. As a result, id-mava isn't installed and the later cells won't run

Expected behavior

The install should work without hiccup for any user trying the Colab notebook.

Context (Environment)

  • OS: Google Colab – Release 2022/12/6

Additional context

n/a

Possible Solution

Common problem with box-2d: https://stackoverflow.com/questions/54252800/python-cant-install-box2d-swig-exe-failed-with-error-code-1, need to manually install swig first.

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

1 participant