Numpy pandas and error

  1. Are you running your app locally or is it deployed?
    I run deployed

  2. If your app is deployed:

    b. Share the link to the public deployed app.
    https://zuc7cnxt8svstdkxc3ykcf.streamlit.app/

locally run ok

  1. Share the link to your app’s public GitHub repository (including a requirements file).
  2. Share the full text of the error message (not a screenshot).
  File "/home/adminuser/venv/lib/python3.11/site-packages/pandas/_libs/__init__.py", line 13, in <module>
```from pandas._libs.interval import Interval
```File "pandas/_libs/interval.pyx", line 1, in init pandas._libs.interval
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
  1. Share the Streamlit and Python versions.
    python3

try uninstalling numpy with pip uninstall numpy and re-installing the package with pip install --no-cache-dir --no-binary :all: <package-name-here>