Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the UnicodeDecodeError in window10 system #443

Open
ttoobbyyy opened this issue May 2, 2021 · 0 comments
Open

the UnicodeDecodeError in window10 system #443

ttoobbyyy opened this issue May 2, 2021 · 0 comments

Comments

@ttoobbyyy
Copy link

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(),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant