简体   繁体   English

无法在 Anaconda 命令提示符中使用 Pip 安装 Pybind11 package

[英]Unable to install Pybind11 package using Pip in Anaconda Command Prompt

I have Anaconda installed in my company laptop, for which I have no administrator rights.我的公司笔记本电脑上安装了 Anaconda,但我没有管理员权限。 (Anaconda3 + Python 3.6.1) (Anaconda3 + Python 3.6.1)

I was trying to install pybind11 Python package using pip in Anaconda command prompt.我试图安装 pybind11 Python package 使用 pip 在 Z853F3Z69C9196D But I encountered errors for the installation, even if I tried two different types of commands as shown in the screenshots below.但是我遇到了安装错误,即使我尝试了两种不同类型的命令,如下面的屏幕截图所示。

Can someone please help me?有人可以帮帮我吗? Thanks a Ton!万分感谢!

错误一

错误二

You should go to https://repo.anaconda.com/archive/ and try to install the correct anaconda software with python 3.5 You should go to https://repo.anaconda.com/archive/ and try to install the correct anaconda software with python 3.5

The reason is python is essentially a growing language with tons of libraries and modules.原因是 python 本质上是一种具有大量库和模块的不断发展的语言。 Pyblind11 is not compatible with python versions 3.6.x or 3.7.x. Pyblind11 与 python 版本 3.6.x 或 3.7.x 不兼容。

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

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