@@AIAnytime FileNotFoundError: [Errno 2] No such file or directory: 'cv.pkl' 2023-07-22 08:07:42.696 Uncaught app exception Traceback (most recent call last): File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script exec(code, module.__dict__) File "/app/duplicate-question-pair-detection/streamlit-app/app.py", line 2, in import helper File "/app/duplicate-question-pair-detection/streamlit-app/helper.py", line 9, in cv = pickle.load(open('cv.pkl','rb')) FileNotFoundError: [Errno 2] No such file or directory: 'cv.pkl' this the error..... and here is my github repo github.com/Snehag30/duplicate-question-pair-detection/tree/main
Can you help with How to deploy Streamlit built app on our personal domain . and i want to users to login and store user based data also. please suggest if you know which provider is best to do that.
Thank god. You have saved me dude I was trying the heroku and this helped me at the end. Thank you bro.
Glad I could help ☺️
Can you tell me how you deploy in heroku because there is application error in my deployment
i have a lot of dependency installing errors. what to do?
Great stuff it worked for me well..
But i want chage input data source of streamlit app . How can we do this...?
Please suggest me
Thanks for the step-by-step.
You are welcome.
thank you very much sir ,this helps a lot to me
Insightful 😇😇
new python version app does not work on stemlet. what shouls I do?
while deploying I am getting an error at pickle.load() . can you plz help?
Hi, can you paste the error you are getting? Are you using the right library for pickle? Do you have the pickle file inside repo?
@@AIAnytime FileNotFoundError: [Errno 2] No such file or directory: 'cv.pkl'
2023-07-22 08:07:42.696 Uncaught app exception
Traceback (most recent call last):
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.__dict__)
File "/app/duplicate-question-pair-detection/streamlit-app/app.py", line 2, in
import helper
File "/app/duplicate-question-pair-detection/streamlit-app/helper.py", line 9, in
cv = pickle.load(open('cv.pkl','rb'))
FileNotFoundError: [Errno 2] No such file or directory: 'cv.pkl'
this the error.....
and here is my github repo github.com/Snehag30/duplicate-question-pair-detection/tree/main
I'm facing the same error too
i have a deep learning project but its not deploying on streamlit how i can deploy it
Thankyou so much... you nailed it man...
Can you help with How to deploy Streamlit built app on our personal domain . and i want to users to login and store user based data also. please suggest if you know which provider is best to do that.
I created an app on streamlit and it works properly on the local host, but when I try to deploy it it fails ,Can anyone help me
Change the python version (V:10) in advance setting,when you are going to deploy.
Great 👍
Thank you! Cheers!
Thank you so muvh .
Thanx.
anybody can suggest me where to store the firebase and openaiapi key bcoz i'm facing a problem to deploy streamlit app
In .env file?
Thanks
Welcome