materialsproject / fireworks

The Fireworks Workflow Management Repo.
https://materialsproject.github.io/fireworks
Other
361 stars 185 forks source link

the UnicodeDecodeError in window10 system #443

Open ttoobbyyy opened 3 years ago

ttoobbyyy commented 3 years ago

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(),