DB/Elasticsearch

[Elasitsearch with Python] ImportError: cannot import name 'decodestring' from 'base64'

이리53 2021. 10. 6. 20:59

 ImportError: cannot import name 'decodestring' from 'base64' (env path)

 

replacing "from base64 import decodestring" with "from base64 import decodebytes"


env path로 이동 후,

 

http_urllib3.py, http_requests.pydecodestringdecodebytes 로 수정

 

 

 출처

Bug 1894188 - ImportError: cannot import name 'decodestring' from 'base64'