- 积分
- 389
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-11-15
- 最后登录
- 1970-1-1
|
发表于 2019-11-18 21:38:13
|
显示全部楼层
楼主,我用pip install cinrad安装,结果出现如下报错是怎么回事呢?困扰我很久了,还请楼主解答!
ERROR: Command errored out with exit status 1:
command: /Users/xiaofang.zhao/anaconda3/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/v0/chcg6x8x6xl5frzd663n94t00000gp/T/pip-install-zehrzqpv/cinrad/setup.py'"'"'; __file__='"'"'/private/var/folders/v0/chcg6x8x6xl5frzd663n94t00000gp/T/pip-install-zehrzqpv/cinrad/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/v0/chcg6x8x6xl5frzd663n94t00000gp/T/pip-install-zehrzqpv/cinrad/pip-egg-info
cwd: /private/var/folders/v0/chcg6x8x6xl5frzd663n94t00000gp/T/pip-install-zehrzqpv/cinrad/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/v0/chcg6x8x6xl5frzd663n94t00000gp/T/pip-install-zehrzqpv/cinrad/setup.py", line 9, in <module>
ext_modules = cythonize([join('cinrad', '_utils.pyx'), join('cinrad', 'correct', '_unwrap_2d.pyx')])
File "/Users/xiaofang.zhao/anaconda3/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 897, in cythonize
aliases=aliases)
File "/Users/xiaofang.zhao/anaconda3/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 777, in create_extension_list
for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern):
File "/Users/xiaofang.zhao/anaconda3/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 102, in nonempty
raise ValueError(error_msg)
ValueError: 'cinrad/_utils.pyx' doesn't match any files
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. |
|