Replies: 2 comments
-
|
I thought it was ready but it looks like it needs some work, I'll try to put some effort into getting it prepared in the next week or so. If you'd like you can clone & see if it works for you, it may just be my system. # Clone
git clone https://github.com/Visualistic-Studios/Media-Manager.git
cd Media-Manager
# Virtual Environment & Install
python3 -m venv venv && source v*/b*/a*
pip install -r requirements.txt
# Run Application
streamlit run app.py
# - OR - #
# Run Server
python3 app_server.pyIf that ends up working let me know and I'll post more info 🙂 |
Beta Was this translation helpful? Give feedback.
-
|
Figured out what was happening, streamlit made some major changes in 1.10. 1.9 is the last version that currently works. I'll have to modify it in the future to adapt to the new version. Check the development branch, you should be able to simply clone & run using the instructions above. I'll make a guide & release once I've got a few more changes completed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can we clone the repository and start using it?
Beta Was this translation helpful? Give feedback.
All reactions