-
Notifications
You must be signed in to change notification settings - Fork 770
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
Magic AI Storybook python packaging #2594
base: main
Are you sure you want to change the base?
Conversation
c8a92f1
to
56292b0
Compare
56292b0
to
a456a37
Compare
a456a37
to
54773a3
Compare
Shortly after you made this, bookworm was released and the code no longer worked. I have just updated to run on bookworm, so I can now test this out. |
Ok, tested this today. It seems to install correctly and with a venv active, it installs to the venv bin folder. However, when running it, nothing displays on the screen. I don't know if you are wanting to update/test this yourself. If not, we can leave the guide as is because installing the packages manually isn't much more than copying/pasting the commands at the moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please test/update for bookworm and using a venv. Thanks.
I don't have the screen here at the moment, will do so as soon as possible |
The installation of the magic ai storybook software is quite complex and manual.
Packaging the software allows to
a) automatically download dependencies and
b) create entry points to start the software like a regular program.
Installing pyaudio via pip requires portaudio19-dev, otherwise you can install the debian package. See #2581