简体   繁体   中英

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. (Anaconda3 + Python 3.6.1)

I was trying to install pybind11 Python package using pip in Anaconda command prompt. 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

The reason is python is essentially a growing language with tons of libraries and modules. Pyblind11 is not compatible with python versions 3.6.x or 3.7.x.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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