Python Requests throwing SSLError

前端 未结 24 3174
小蘑菇
小蘑菇 2020-11-22 02:49

I\'m working on a simple script that involves CAS, jspring security check, redirection, etc. I would like to use Kenneth Reitz\'s python requests because it\'s a great piec

24条回答
  •  佛祖请我去吃肉
    2020-11-22 03:34

    I had to upgrade from Python 3.4.0 to 3.4.6

    pyenv virtualenv 3.4.6 myvenv
    pyenv activate myvenv
    pip install -r requirements.txt
    

提交回复
热议问题