pybind11 安装

本文详细介绍了如何为Python环境安装必要的依赖库,包括numpy、scipy等,并提供了pybind11和Eigen的获取及安装步骤。此外还特别提到了在Ubuntu环境下使用sudo apt-get install命令来安装python-dev等包的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

注意:

1) 安装之前,最好把 /usr/bin/python 指向 python3,安装完再调回去。以后主要使用 python3.

2) 安装之前,最好先安装 boost.

---------------------------------------------------------------------------------------------------------------------------------

Prerequisites:

$ sudo apt-get install python-dev  (or python3-dev)

$ sudo apt-get install cmake

sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/  pytest

sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/  numpy

$ sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/  scipy

$ sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/  pybind11

Get pybind11, from website: https://github.com/pybind/pybind11 to get the source package.

Get Eigen, from website: http://eigen.tuxfamily.org/index.php?title=Main_Page to get the source package.

for the above two source package, uncompoze it, and,

$ cd  that_folder

$ mkdir build

$ cd build

$ cmake ..

$ make check -j 4  (make and check, not necessary)

$ sudo make install  (maybe should disable python3 in /usr/bin/ if you use python2)

 

That's all  :)

 

转载于:https://www.cnblogs.com/gaowengang/p/9448723.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值