You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Cannot install -r requirements.txt (line 8) and -r requirements.txt (line 9) because these package versions have conflicting dependencies.
The conflict is caused by:
hvac 1.2.1 depends on requests<3.0.0 and >=2.27.1
cassandra-medusa 0.17.2 depends on requests==2.22.0
Project board link
These lines seem to be in direct conflict with each other.
https://github.com/thelastpickle/cassandra-medusa/blob/master/setup.py#L59
https://github.com/thelastpickle/cassandra-medusa/blob/master/requirements.txt#L16
Medusa version: 0.17.2
Python version: 3.11.5
requirements.txt file:
pip==23.1
boto==2.49.0
boto3==1.26.0
jmespath==0.10.0
ansible==9.1.0
passlib==1.7.4
tenacity==6.3.1
hvac==1.2.1
cassandra-medusa==0.17.2
Command: pip install -r requirements.txt:
Error:
Command: pip3 install -r requirements.txt:
Error:
Potential fix: Updating this line https://github.com/thelastpickle/cassandra-medusa/blob/master/setup.py#L59 to 'requests>=2.22.0'
The text was updated successfully, but these errors were encountered: