Open ZisIsNotZis opened 2 years ago
there is a method to solve this problem. This problem happened when setup.py try to read a README.md as a wrong decode method( however not needed).
To solve this error, you should download this repo(or git clone https://github.com/yuxiangw/autodp.git
). Then edit the setup.py.Delete the line :
with open("README.md", 'r') as f: long_description = f.read()
Then run the pip install -e .
command to setup this package. Hope this can help you.
pip install autodp
will fail like below. The setup script should specify an encoding inopen(...)
.