We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
st2 uses old version of pytz, witch makes it incompatible with other package(e.g. recurring-ical-events==2.1.3)
st2 --version st2 3.9dev, on Python 3.9.18
Debian GNU/Linux 11 (bullseye) Docker pip
pip install recurring-ical-events==2.1.3 "git+https://github.com/stackstorm/st2.git#egg=st2client&subdirectory=st2client"
Both package installed
The conflict is caused by: recurring-ical-events 2.1.3 depends on pytz>=2023.3 st2client 3.9.dev0 depends on pytz==2021.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
st2 uses old version of pytz, witch makes it incompatible with other package(e.g. recurring-ical-events==2.1.3)
STACKSTORM VERSION
OS, environment, install method
Debian GNU/Linux 11 (bullseye)
Docker
pip
Steps to reproduce the problem
pip install recurring-ical-events==2.1.3 "git+https://github.com/stackstorm/st2.git#egg=st2client&subdirectory=st2client"
Expected Results
Both package installed
Actual Results
The text was updated successfully, but these errors were encountered: