shroominic / codeinterpreter-api

👾 Open source implementation of the ChatGPT Code Interpreter
https://discord.gg/Vaq25XJvvW
MIT License
3.76k stars 401 forks source link

Attempting to run streamlit example: No module named 'frontend' #85

Open aced125 opened 1 year ago

aced125 commented 1 year ago
pip install --force-reinstall --no-cache-dir "codeinterpreterapi[all]"
git clone https://github.com/shroominic/codeinterpreter-api.git
cd codeinterpreter-api
streamlit run frontend/app.py

ModuleNotFoundError: No module named 'frontend'

shobithalva commented 1 year ago

I'm seeing this as well!

edit: fixed it by running it like this:

PYTHONPATH=$PYTHONPATH:./frontend streamlit run frontend/app.py