I am trying to install rhumba and having some dependency issues.. any help on this ?
`2022-07-20T20:15:51.8380451Z [2022-07-20T20:15:49.526Z] Step 57/76 : RUN mamba install rhumba -y
2022-07-20T20:15:51.8381038Z [2022-07-20T20:15:49.526Z] ---> Running in 1a686939e60c
2022-07-20T20:15:51.8381673Z [2022-07-20T20:15:50.897Z] conda-forge/linux-64 Using cache
2022-07-20T20:15:51.8382311Z [2022-07-20T20:15:50.897Z] conda-forge/noarch Using cache
2022-07-20T20:15:51.8382832Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8383326Z [2022-07-20T20:15:51.829Z] __ __ __ __
2022-07-20T20:15:51.8383847Z [2022-07-20T20:15:51.829Z] / \ / \ / \ / \
2022-07-20T20:15:51.8384657Z [2022-07-20T20:15:51.829Z] / \/ \/ \/ \
2022-07-20T20:15:51.8385747Z [2022-07-20T20:15:51.829Z] ███████████████/ /██/ /██/ /██/ /████████████████████████
2022-07-20T20:15:51.8386400Z [2022-07-20T20:15:51.829Z] / / \ / \ / \ / \ \____
2022-07-20T20:15:51.8386941Z [2022-07-20T20:15:51.829Z] / / \_/ \_/ \_/ \ o \__,
2022-07-20T20:15:51.8387683Z [2022-07-20T20:15:51.829Z] / _/ \_____/ `
2022-07-20T20:15:51.8388447Z [2022-07-20T20:15:51.829Z] |/
2022-07-20T20:15:51.8388987Z [2022-07-20T20:15:51.829Z] ███╗ ███╗ █████╗ ███╗ ███╗██████╗ █████╗
2022-07-20T20:15:51.8389662Z [2022-07-20T20:15:51.829Z] ████╗ ████║██╔══██╗████╗ ████║██╔══██╗██╔══██╗
2022-07-20T20:15:51.8390218Z [2022-07-20T20:15:51.829Z] ██╔████╔██║███████║██╔████╔██║██████╔╝███████║
2022-07-20T20:15:51.8390781Z [2022-07-20T20:15:51.829Z] ██║╚██╔╝██║██╔══██║██║╚██╔╝██║██╔══██╗██╔══██║
2022-07-20T20:15:51.8391341Z [2022-07-20T20:15:51.829Z] ██║ ╚═╝ ██║██║ ██║██║ ╚═╝ ██║██████╔╝██║ ██║
2022-07-20T20:15:51.8392006Z [2022-07-20T20:15:51.829Z] ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝
2022-07-20T20:15:51.8392454Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8392975Z [2022-07-20T20:15:51.829Z] mamba (0.22.1) supported by @QuantStack
2022-07-20T20:15:51.8393470Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8393994Z [2022-07-20T20:15:51.829Z] GitHub: https://github.com/mamba-org/mamba
2022-07-20T20:15:51.8394618Z [2022-07-20T20:15:51.829Z] Twitter: https://twitter.com/QuantStack
2022-07-20T20:15:51.8395110Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8395663Z [2022-07-20T20:15:51.829Z] █████████████████████████████████████████████████████████████
2022-07-20T20:15:51.8396113Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8396525Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8397006Z [2022-07-20T20:15:51.829Z] Looking for: ['rhumba']
2022-07-20T20:15:51.8397454Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8397878Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8398341Z [2022-07-20T20:15:51.829Z] Pinned packages:
2022-07-20T20:15:51.8398819Z [2022-07-20T20:15:51.829Z] - python 3.9.*
2022-07-20T20:15:51.8399267Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8399677Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8400188Z [2022-07-20T20:15:51.829Z] Encountered problems while solving:
2022-07-20T20:15:51.8400962Z [2022-07-20T20:15:51.829Z] - package libmambapy-0.22.1-py39hd55135b_1 requires openssl >=1.1.1n,<1.1.2a, but none of the providers can be installed
2022-07-20T20:15:51.8401603Z [2022-07-20T20:15:51.829Z]
2022-07-20T20:15:51.8401754Z
2022-07-20T20:15:56.9372511Z [2022-07-20T20:15:52.086Z] The command '/bin/bash -o pipefail -c mamba install rhumba -y' returned a non-zero code: 1
2022-07-20T20:15:56.9373331Z [Pipeline] }`
I am trying to install rhumba and having some dependency issues.. any help on this ?