Pytz 2020.0 error during rasa-x installation

Hi All, I just installed rasa on windows 7 via terminal by using a minconda3 env. I run: “>pip install rasa-x --extra-index-url https://pypi.rasa.com/simple”. Everything went well except the following error: ERROR: rasa 1.10.0 has requirement pytz<2020.0,>=2019.1, but you’ll have pytz 2020.1 which is incompatible The error message is pretty much straightforward and my question is : Do I need to downgrade this package to get rasa working? Or can I leave out this error? Thanks

create a new environment for your project so it is useful not getting this type of dependency issue!!

I created a new miniconda env via IDE pycharm and through the command line I run

pip install rasa-x --extra-index-url https://pypi.rasa.com/simple and during the installation, that error came up… In any case it seems everything working

you can download that package by pip install --user pytz==2019.1 after this error will not going to appear