fireworks icon indicating copy to clipboard operation
fireworks copied to clipboard

the UnicodeDecodeError in window10 system

Open ttoobbyyy opened this issue 4 years ago • 0 comments

Below are screenshots of errors using pip install FireWorks and python setup.py respectively image image 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(),

ttoobbyyy avatar May 02 '21 09:05 ttoobbyyy