Including ydata_profiling causing "streamlit apps installer returned a non-zero exit code"

Hi,

Can’t seem to install both pandas and ydata/panda_profiling at the same time.Tried removing the versions in my req.txt.

category_encoders==2.6.0
matplotlib==3.6.3
numpy==1.23.5
openai==0.27.2
openpyxl==3.1.2
pandas==1.5.3
plotly==5.14.0
requests==2.28.2
scikit_learn==1.2.2
scipy==1.10.1
seaborn==0.12.2
statsmodels==0.13.5
streamlit==1.20.0
streamlit_extras==0.2.7
streamlit_lottie==0.0.3
streamlit_pandas_profiling==0.1.3
ydata_profiling==4.1.2

The package names that consist of more than one word are likely to be almost all incorrect, since they have a hyphen and no underscore in the package name.

I was not quite right: the package names should also work with the underscore.
However, I suspect that the scipy version is the problem.
I would generally not nail down the package versions until the entire project is complete and working.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.