make sure python-dev, gcc and other stuff have resided on the machine.
cython..
run sudo python setup.py install
is enough...
cx_freeze
if no ssl install libssl firstly
sudo apt-get install libssl-dev
and then
run sudo python setup.py install...
numpy..
python setup.py install is ok
numexpr
python setup.py install (numpy is required)
pytables..
firstly... build hdf5 from source...
and then build pytables...when running with this toy, make sure hdf5.so is in your loading path.
本文介绍了如何在机器上确保Python开发环境的正确配置,并详细说明了安装多个Python库的具体步骤,包括Cython、cx_Freeze、NumPy、NumExpr及PyTables等,特别强调了在安装过程中可能遇到的依赖问题及其解决方案。
3709

被折叠的 条评论
为什么被折叠?



