引用:G:\Smail-0.1.8\Smail-0.1.8>python setup.py build
Traceback (most recent call last):
File "setup.py", line 4, in
with open('README.rst','r',encoding='utf-8') as f:
TypeError: 'encoding' is an invalid keyword argument for this function
G:\Smail-0.1.8\Smail-0.1.8>pip install smail
Collecting smail
Downloading Smail-0.1.8.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "c:\users\admini~1\appdata\local\temp\pip-build-vwi_bo\smail\setup.py", line 4, in
with open('README.rst','r',encoding='utf-8') as f:
TypeError: 'encoding' is an invalid keyword argument for this function
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\admini~1\appdata\local\temp\pip-build-vwi_bo\smail\
G:\Smail-0.1.8\Smail-0.1.8>