-
Notifications
You must be signed in to change notification settings - Fork 259
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
Does not start up #99
Comments
Same here on Ubuntu 22.04 with Python 3.10. |
Same, I'm trying to find the issue. |
Same here on Mac M1 Pro with Python 3.10.6 |
This version of Blast Radius doesn't support Python 3.10. The packages it uses are outdated, and some of the code also has to be changed accordingly. Since the creator hasn't been active on this repo, I created my own repo and Docker image. You can try downloading my version:
or run it on Docker:
|
Is blast-radius supposed to be a .exe or something? I ran it and it's showing this, because there isn't a file type and therefore no app association... UPDATE: Got it a bit further by just using Python to run it, but I'm getting this: Tried the above in a brand new installation of Python in a fresh VM and it's the same result. |
In Python 3.10 and above, certain abstract base classes like MutableSet were moved from the collections module to collections.abc. This change was made to better organize the Python standard library. |
Running on a fresh python:3-alpine box, installed graphviz, terraform and the pip lib.
The text was updated successfully, but these errors were encountered: