If you’re creating a debugging post, please include the following info:
- this is the link of that model -https://churnpredictionusingneuralnetwork-clqbicdoz84py9wjypspz5.streamlit.app
2.This is the github repository link of that model including requirement file .(GitHub - Tanishq-0912/Churn_prediction_using_Neural_Network: This repository contains a fundamental, from-scratch implementation of a Neural Network using only basic Python and NumPy. The notebook serves as an educational resource to help understand the internal workings of feedforward neural networks, backpropagation, and training without relying on ML frameworks like TensorFlow or PyTorch.) - this is the error i am getting not exactly error but my code is stuck in loop , getting this ( ```
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Installing collected packages: pygments, mdurl, markdown-it-py, rich
Attempting uninstall: pygments
Found existing installation: Pygments 2.19.2
Uninstalling Pygments-2.19.2:
Successfully uninstalled Pygments-2.19.2
Attempting uninstall: mdurl
Found existing installation: mdurl 0.1.2
Uninstalling mdurl-0.1.2:
Successfully uninstalled mdurl-0.1.2
Attempting uninstall: markdown-it-py
Found existing installation: markdown-it-py 3.0.0
Uninstalling markdown-it-py-3.0.0:
Successfully uninstalled markdown-it-py-3.0.0
Attempting uninstall: rich
Found existing installation: rich 14.0.0
Uninstalling rich-14.0.0:
Successfully uninstalled rich-14.0.0
Successfully installed markdown-it-py-3.0.0 mdurl-0.1.2 pygments-2.19.2 rich-14.0.0
[notice] A new release of pip is available: 24.0 → 25.1.1
[notice] To update, run: pip install --upgrade pip
[10:29:12]
installer returned a non-zero exit code - the Streamlit version:- streamlit==1.28.2, and Python versions;- python-3.10