slaclab / lcls-live

Tools for running the LCLS live accelerator models
https://slaclab.github.io/lcls-live/
Apache License 2.0
4 stars 8 forks source link

pin urllib3 to avoid ssl dependency problem with recent urllib 2.0.2 … #44

Closed MichaelEhrlichman closed 1 year ago

MichaelEhrlichman commented 1 year ago

urllib3 2.0.2 was recently released on May 3rd. The new release dependency issues related to openssl and libressh that appear on macos. This fix is to pin the urllib3 version to 1.26.15 (the most recent before 2.0.2).

ChristopherMayes commented 1 year ago

Pinning exact versions can be problematic for solving. Could you make this a < some version?

MichaelEhrlichman commented 1 year ago

I replaced urllib3==1.26.15 with urllib3<2