无法安装asyncmc [版本问题]

时间:2018-01-07 13:57:35

标签: python pip anaconda

我一直在尝试通过conda安装asyncmc模块,我一直在收到错误。我无法弄清楚确切的问题。

 pip install asyncmc 

Collecting asyncmc
Using cached asyncmc-0.6.6.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-build-8yudAS/asyncmc/setup.py", line 18, in <module>
    long_description='\n\n'.join((read('README.md'), read('CHANGES.md'))),
  File "/tmp/pip-build-8yudAS/asyncmc/setup.py", line 8, in read
    return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
IOError: [Errno 2] No such file or directory: '/tmp/pip-build-8yudAS/asyncmc/CHANGES.md'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8yudAS/asyncmc/

0 个答案:

没有答案