pycaret-deployment-streamlit icon indicating copy to clipboard operation
pycaret-deployment-streamlit copied to clipboard

PyCaret and Streamlit app deployment on Heroku

Results 5 pycaret-deployment-streamlit issues
Sort by recently updated
recently updated
newest added
trafficstars

![errorpycaret](https://user-images.githubusercontent.com/12171326/216816254-9407a01e-cfb0-4e6e-897f-9fe5361d730b.JPG) 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: ![image](https://user-images.githubusercontent.com/126515503/226294310-fb7c22e8-7c51-40cc-a7f9-6ea3d949ac7e.png) 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? ![image](https://user-images.githubusercontent.com/27840213/86094771-8d593e00-bae3-11ea-9fa6-e95863e6bae5.png)