I keep getting error in installing requirements, error on installing ipython 8.0.1

Trying to deploy my app but getting error in installing requirements, error on installing ipython 8.0.1. link is: https://share.streamlit.io/ziadshehab/video-games-sales/main/video-games-sales-zjs04.py

Hi @ziadshehab -

This is a weird upstream error…ipython 8.0.1 was actually a breaking version in that it specified a new dependency which required upgrading the version of Python. You can either specify ipython<8.0 or use Python 3.8 and above.

Best,
Randy

Hi @ziadshehab !

Do you solved your problem ?

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