qingcloud-sdk-python icon indicating copy to clipboard operation
qingcloud-sdk-python copied to clipboard

fix: ModuleNotFoundError: no module named '__builtin__'

Open ausaki opened this issue 1 year ago • 0 comments

__builtin__ is renamed to builtins in Python 3. Besides that, we can directly use str in Python 2 and Python 3

ausaki avatar Sep 13 '24 12:09 ausaki