Open ttoobbyyy opened 3 years ago
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.
pip install FireWorks
python setup.py
long_description=open(os.path.join(module_dir, 'README.md'),encoding="utf-8").read(),
Below are screenshots of errors using
pip install FireWorks
andpython setup.py
respectively It is recommended to handle encoding issues in setup.py. I changed the line 22 to the following to run successfully.