I have added a requirements txt file by using pipreqs
The app works offline
I need this done for my mock presentation
can somebody help me
github- GitHub - shiva929/guitar_chord_prediction
streamlit app - https://guitarchordprediction.streamlit.app/
Try adding package.txt
with one line llvm
That seemed to work for me, resulting in this app https://guitarchordprediction-ebnebwtmmjxzpsokxrflhk.streamlit.app/
I added it and i rebooted the app and i am still getting the error
it is working in your but not in mine
Sorry, typo on my part – packages.txt
not package.txt
– see App dependencies for your Community Cloud app - Streamlit Docs for more details
I am getting this error now
RuntimeError: Building llvmlite requires LLVM 14, got ‘11.0.1’. Be sure to set LLVM_CONFIG to the right executable path.
Read the documentation at http://llvmlite.pydata.org/ for more information about building llvmlite.
Try removing the pins on your requirements.txt – this worked for me guitar_chord_prediction/requirements.txt at main · sfc-gh-zblackwood/guitar_chord_prediction · GitHub
It is working now thank you so much for helping
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.