alicangnll/BingGPT-Python

Could not find a version that satisfies the requirement cookielib

Closed this issue · 1 comments

Cookielib kutuphanesinin Python 3 ile kalkmasindan dolayi ilgili import şu şekilde değiştirilebilir;

    try:
        import cookielib
    except:
        import http.cookiejar

Evet, yapılabilir. Lütfen dosyayı değiştirip bize pull request açın. Onaylayalım. Adınız projede geçsin.