6 things I learned about setuptools Python 101: easy_install or how to create eggs « The Mouse Vs. The Python Python 201: An Intro to distutils « The Mouse Vs. The Python Python Packaging: Hate, hate, hate everywhere | Armin Ronacher's Thoughts and W
用PIP 安装或升级python遇到错误提示 $ pip install pythons Collecting pythons Could not find a version that satisfies the requirement pythons (from versions: ) No matching distribution found for pythons 这是因为网络的问题,需要使用国内的镜像源来加速,比如豆瓣源 命令改为: pip install scikit-image
背景 nova服务构建失败,报错: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers 概述 推荐-Python 包管理工具解惑 openstack/nova setup.py 孔令贤-关于python中的setup.py 簡單的插件框架 - 使用 pkg_resources python setup.py --help-comman