程序问答   发布时间:2022-06-01  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了安装 django-vimeo 时出错:构建 xxhash 轮失败大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

如何解决安装 django-vimeo 时出错:构建 xxhash 轮失败?

开发过程中遇到安装 django-vimeo 时出错:构建 xxhash 轮失败的问题如何解决?下面主要结合日常开发的经验,给出你关于安装 django-vimeo 时出错:构建 xxhash 轮失败的解决方法建议,希望对你解决安装 django-vimeo 时出错:构建 xxhash 轮失败有所启发或帮助;

我创建了一个安装了 Django 的新虚拟环境,我使用的是 python3。 当我尝试运行 pip3 install django-vimeo 时,它会抛出这个错误。

     ERROR: Command errored out with exit status 1:
   command: 'C:\Users\...\env\Scripts\python.exe' -u -c 'import sys,setuptools,tokenize; sys.argv[0] = '"'"'C:\\Users...ApPDAta\\Local\\Temp\\pip-install-ntq_y7sl\\xxhash_5774b3470aaf44ff8894164020121d78\\setup.py'"'"'; __file__='"'"'C:\\Users...ApPDAta\\Local\\Temp\\pip-install-ntq_y7sl\\xxhash_5774b3470aaf44ff8894164020121d78\\setup.py'"'"';f=getattr(tokenize,'"'"'open'"'"',open)(__file__);code=f.read().replace('"'"'\r\n'"'"','"'"'\n'"'"');f.close();exec(compile(code,__file__,'"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\apoor\ApPDAta\Local\Temp\pip-wheel-2a0xk73p'
       cwd: C:\Users\...ApPDAta\Local\Temp\pip-install-ntq_y7sl\xxhash_5774b3470aaf44ff8894164020121d78\
  Complete output (5 lines):
  running bdist_wheel
  running build
  running build_ext
  building 'xxhash' extension
  error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
  ----------------------------------------
  ERROR: Failed building wheel for xxhash

错误提示要安装 Microsoft Visual C++ 14 或更高版本以解决此问题,但我在软件包的安装说明中没有看到此类依赖项。 我在这里错过了什么吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

大佬总结

以上是大佬教程为你收集整理的安装 django-vimeo 时出错:构建 xxhash 轮失败全部内容,希望文章能够帮你解决安装 django-vimeo 时出错:构建 xxhash 轮失败所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签:安装