-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
Unable to install pysnow because pytz version dependence #193
Comments
Agreed. The fact that this is pinned to an old version of pytz is causing us issues as well |
Aloha! Any news? ;) Thanks, |
I found another Closed Issue that mentions development is done with this module and only being maintained. There is a new modern module that looks to be taking its place, but it hasn't been updated for a few years either: https://github.com/rbw/aiosnow I was needing this for an Ansible playbook, but it appears that the Ansible collection I was using is also depreciated and replaced with a new one that doesn't list any python module requirements, so I'll be migrating to that: |
Just opened a pull request to bump the dependencies. In the meantime, I am installing the module from my fork using pip install git+https://github.com/dcompane/pysnow.git Feel free to check that my repo is just one commit ahead of the master, and it is only the requirements bump. Install from there if you would like, but there is no maintenance or support promised. |
Unable to install pysnow because of the following dependencies that we have:
pysnow 0.7.17 depends on pytz<2020.0 and >=2019.3
Where has Pandas depends on higher version:
pandas 1.4.4 depends on pytz>=2020.1
Could this be fixed as soon as possible, we are stuck. If not fixed, we have to see alternatives.
Thanks,
Ranga.
The text was updated successfully, but these errors were encountered: