当我尝试使用命令pip install astroscrappy
在Linux Mint 19系统中安装astroscrappy时,出现以下错误
Collecting astroscrappy
Using cached https://files.pythonhosted.org/packages/80/12/899e09a3dee9055fb1428c22a42ca65e24242c4491a30de982af38cea792/astroscrappy-1.0.5.tar.gz
Complete output from command python setup.py egg_info:
OpenMP was not found. astroscrappy will be compiled without OpenMP. (Use the "-v" option of setup.py for more details.)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-5apIDa/astroscrappy/setup.py", line 77, in <module>
package_info = get_package_info()
File "/tmp/pip-build-5apIDa/astroscrappy/astropy_helpers/astropy_helpers/setup_helpers.py", line 396, in get_package_info
ext_modules.extend(setuppkg.get_extensions())
File "astroscrappy/utils/setup_package.py", line 104, in get_extensions
'(End of OpenMP info)').format(*outputs))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 71: ordinal not in range(128)
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-5apIDa/astroscrappy/
我该怎么办?