Bklieger / infinite-bookshelf

Infinite Bookshelf: Generate entire books in seconds using Groq and Llama3
https://infinite.benjamin.sh
MIT License
976 stars 232 forks source link

https://infinite.streamlit.app/ gives getting error: " Oh no. Error running app " #54

Closed guruk closed 2 weeks ago

guruk commented 2 weeks ago

hi, i get

Oh no. Error running app. If this keeps happening, please contact support.

when i try to connect to: https://infinite.streamlit.app/

it worked fine until yesterday.

What could be the reason?

Thanks Christian

Bklieger commented 2 weeks ago

Hi Christian,

The app was temporarily offline after hitting resource limits due to high usage. Back online now: infinite.streamlit.app.

I will be investigating if recent changes have caused more frequent outages. You can also run the app locally with the provided instructions.

guruk commented 2 weeks ago

thanks

i try right now to install locally on my macbook

getting error that he dont find exec(code, module.dict)

File "/Users/christianalbertmueller/Dropbox/Orga/Projects/code/AI/infinite-bookshelf-main/main.py", line 3, in

from groq import Groq

ModuleNotFoundError: No module named 'groq'

but its installed..

i will try to get it run :) maybe chatgpt can help.. lol

thanks for ur work. love it!

best from Munich/ germany

christian

On Sat, Aug 24, 2024 at 11:55 PM Benjamin Klieger @.***> wrote:

Hi Christian,

The app was temporarily offline after hitting resource limits due to high usage. Back online now: infinite.streamlit.app.

I will be investigating if recent changes have caused more frequent outages. You can also run the app locally with the provided instructions.

— Reply to this email directly, view it on GitHub https://github.com/Bklieger/infinite-bookshelf/issues/54#issuecomment-2308551201, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHOIT2XYD6SIVNN64OD7HTZTD6N3AVCNFSM6AAAAABNB5TD6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYGU2TCMRQGE . You are receiving this because you authored the thread.Message ID: @.***>

Bklieger commented 2 weeks ago

Did you install the package globally or in a virtual environment? Best practice is:

Create virtual environment for your installs

python3 -m venv venv

Activate virtual environment

source venv/bin/activate

Install packages to that environment

pip3 install -r requirements.txt

Run app

python3 -m streamlit run main.py
guruk commented 2 weeks ago

thanks, with the help of Claude I got it fixed :)

best from munich keep doing awesome.

christian

On Sun, Aug 25, 2024 at 12:10 AM Benjamin Klieger @.***> wrote:

Did you install the package globally or in a virtual environment? Best practice is: Create virtual environment for your installs

python3 -m venv venv

Activate virtual environment

source venv/bin/activate

Install packages to that environment

pip3 install -r requirements.txt

Run app

python3 -m streamlit run main.py

— Reply to this email directly, view it on GitHub https://github.com/Bklieger/infinite-bookshelf/issues/54#issuecomment-2308554760, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHOIT623XOBM47ELQVOQATZTEAHFAVCNFSM6AAAAABNB5TD6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYGU2TINZWGA . You are receiving this because you authored the thread.Message ID: @.***>

Bklieger commented 2 weeks ago

Great to hear! Thanks for the kind words, and have fun building!

Ben

guruk commented 2 weeks ago

its a pleasure.

i am coder since 40 years and working right now on my own little AI app. I can imagine the challenges u go through, also the fun :)

Maybe we can work once together. I made the app mydaysx (period app) in 2008.

Little bit out of focus for coding now myself and unwilling to pay a coder . had some less cool experiences. So either waiting for the right people or the moment I can finish my prototype.

Anyhow, thats just sharing from a coder to a coder.

Guys, i wish you best, you do great, what u do is innovative, its working and it does add value. Most importantly.

Christian

On Sun, Aug 25, 2024 at 12:18 AM Benjamin Klieger @.***> wrote:

Great to hear! Thanks for the kind words, and have fun building!

Ben

— Reply to this email directly, view it on GitHub https://github.com/Bklieger/infinite-bookshelf/issues/54#issuecomment-2308556281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHOIT4LEOXN7C7TVXO5HSLZTEBD5AVCNFSM6AAAAABNB5TD6CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYGU2TMMRYGE . You are receiving this because you authored the thread.Message ID: @.***>