fireworks
fireworks copied to clipboard
the UnicodeDecodeError in window10 system
Below are screenshots of errors using pip install FireWorks and python setup.py respectively
It is recommended to handle encoding issues in setup.py. I changed the line 22 to the following to run successfully.
long_description=open(os.path.join(module_dir, 'README.md'),encoding="utf-8").read(),