pycaret-deployment-streamlit
pycaret-deployment-streamlit copied to clipboard
PyCaret and Streamlit app deployment on Heroku
 I am running in a new environment on conda. Please help.
I used to be able to run [pycaret_deployment_streamlit](https://github.com/pycaret/pycaret-deployment-streamlit) with no problem. All of the sudden I started getting this error:  I'm running Python 3.8, with those libraries: pycaret==3.0.0rc9 streamlit==1.20.0...
Hi, I download code base. But unable to run the streamlit app streamlit(mlenv) iibadmin@iibadmin-uat-ubuntu:~/srik/ml/pycaret-deployment-streamlit$ streamlit run app.py Traceback (most recent call last): File "/home/iibadmin/srik/ml/mlenv/lib/python3.9/site-packages/toml/decoder.py", line 511, in loads ret =...
When I try to test my pycaret streamlit deployment I get the following error: ModuleNotFoundError: No module named 'pycaret.regression; 'pycaret' is not a package
Hi, There happens to be an error when clicking on the "predict" button. What could be solution, please? 