繁体   English   中英

安装Jupyter:AttributeError:'MSVCCompiler'对象没有属性'_vcruntime_redist'

[英]Installing Jupyter: AttributeError: 'MSVCCompiler' object has no attribute '_vcruntime_redist'

我在尝试为我的和尝试单独安装 pyzmq 安装 Jupyter 时遇到了这个错误,同样的问题。 请帮忙。 下面是错误信息。 我已经多次重新安装微型可再发行组件,但无法正常工作。

'''

1...
  Using bundled libzmq
  already have bundled\zeromq
  staging platform.hpp from: bundled\zeromq\builds\msvc
  Warning: Failed to get cc._vcruntime via private API, not bundling CRT
  Traceback (most recent call last):
    ......
      cmd_obj.run()
    File "C:\Users\yongl\AppData\Local\Temp\pip-install-9atgxtgc\pyzmq\setup.py", line 715, in run
      self.fallback_on_bundled()
    File "C:\Users\yongl\AppData\Local\Temp\pip-install-9atgxtgc\pyzmq\setup.py", line 666, in fallback_on_bundled
      return self.bundle_libzmq_extension()
    File "C:\Users\yongl\AppData\Local\Temp\pip-install-9atgxtgc\pyzmq\setup.py", line 579, in bundle_libzmq_extension
      if cc._vcruntime_redist:
  AttributeError: 'MSVCCompiler' object has no attribute '_vcruntime_redist'
  ************************************************
  ----------------------------------------
  ERROR: Failed building wheel for pyzmq

'''

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM