Magic AI Storybook python packaging#2594
Open
anotherthomas wants to merge 6 commits intoadafruit:mainfrom
Open
Magic AI Storybook python packaging#2594anotherthomas wants to merge 6 commits intoadafruit:mainfrom
anotherthomas wants to merge 6 commits intoadafruit:mainfrom
Conversation
c8a92f1 to
56292b0
Compare
56292b0 to
a456a37
Compare
a456a37 to
54773a3
Compare
Collaborator
|
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. |
Collaborator
|
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. |
makermelissa
requested changes
Apr 1, 2024
Collaborator
makermelissa
left a comment
There was a problem hiding this comment.
Please test/update for bookworm and using a venv. Thanks.
Author
|
I don't have the screen here at the moment, will do so as soon as possible |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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