RL-book icon indicating copy to clipboard operation
RL-book copied to clipboard

requests package conflict

Open binary-signal opened this issue 3 years ago • 2 comments

ERROR: Cannot install -r requirements.txt (line 66) and urllib3==1.26.5 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested urllib3==1.26.5 requests 2.24.0 depends on urllib3!=1.25.0, !=1.25.1, <1.26 and >=1.21.1

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

binary-signal avatar Sep 25 '21 00:09 binary-signal

I had the same issue using install -r requirements.txt and wasn't able to find the reason.

vigenisayan1234 avatar Mar 30 '24 03:03 vigenisayan1234

There was another issue i encountered - the system wasn't able to find the rl library: from rl.gen_utils.common_funcs import get_logistic_func, get_unit_sigmoid_func

vigenisayan1234 avatar Mar 30 '24 07:03 vigenisayan1234