You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In setup.py:
def read(fname):
return open(os.path.join(os.path.dirname(file), fname),encoding="utf-8").read();
didn't make sure that the encoding is UTF-8.(I myself add the encoding="utf-8")And this will cause some gbk-users can't pip install baidusearch with command line error "exit status 1".
Anyway,thanks for your work!
The text was updated successfully, but these errors were encountered:
In setup.py:
def read(fname):
return open(os.path.join(os.path.dirname(file), fname),encoding="utf-8").read();
didn't make sure that the encoding is UTF-8.(I myself add the encoding="utf-8")And this will cause some gbk-users can't pip install baidusearch with command line error "exit status 1".
Anyway,thanks for your work!
The text was updated successfully, but these errors were encountered: