MAC查看自己真实IP命令

weixin_52490421:
请问博主,我在anaconda中pip install scispacy总是报错:
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [53 lines of output]
Dependence list: ['pybind11<2.6.2', 'psutil', "numpy>=1.10.0,<1.17 ; python_version=='2.7'", "numpy>=1.10.0 ; python_version>='3.5'"]
D:\Anaconda3\envs\HERRO\lib\site-packages\setuptools\dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!
请问这是跟nmslib有关吗,nmslib只能在python 3.8的环境中使用吗?我重新安装了python3.8的虚拟环境还是会报错