codeinterpreter-api
codeinterpreter-api copied to clipboard
Attempting to run streamlit example: No module named 'frontend'
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'
I'm seeing this as well!
edit: fixed it by running it like this:
PYTHONPATH=$PYTHONPATH:./frontend streamlit run frontend/app.py