尝试通过谜语提示安装催化剂时出现错误。
我已经尝试升级setuptools。我已经升级了点子。
ERROR: Complete output from command python setup.py egg_info:
ERROR: * Using Python 3.7.1 (default, Dec 14 2018, 13:28:58)
* USE_PKGCONFIG: False
* Found conda env: ``/Users/Chris/anaconda3``
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/pk/qv8wtd1n193fzk2ryjc7y2rm0000gn/T/pip-install-fx45b1u3/tables/setup.py", line 597, in <module>
hdf5_version = get_hdf5_version(hdf5_header)
File "/private/var/folders/pk/qv8wtd1n193fzk2ryjc7y2rm0000gn/T/pip-install-fx45b1u3/tables/setup.py", line 350, in get_hdf5_version
major_version = int(re.split("\s*", line)[2])
ValueError: invalid literal for int() with base 10: 'd'
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/pk/qv8wtd1n193fzk2ryjc7y2rm0000gn/T/pip-install-fx45b1u3/tables/
我希望它可以安装而不会出现此错误。