- Secret Recipes of the Python Ninja
- Cody Jackson
- 87字
- 2021-06-25 22:14:40
How it works...
In this example, module m1 is specified as a requirement, but the version number doesn't matter; in this case, pip will install the latest version. However, because of the bug in the latest version of m2, an earlier version is specified to be installed. Finally, m3 must be a version between 1.5 and 2.0 to satisfy the installation. Naturally, if one of these conditions can't be met, the installation will fail and the offending library and version numbers will be displayed for further troubleshooting.
推薦閱讀
- C++程序設計教程
- FuelPHP Application Development Blueprints
- ThinkPHP 5實戰
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Python 深度學習
- Visual Basic程序設計教程
- C/C++算法從菜鳥到達人
- Python進階編程:編寫更高效、優雅的Python代碼
- Web Application Development with MEAN
- Bootstrap Essentials
- Visual C
- C語言程序設計案例精粹
- Hands-On Automation Testing with Java for Beginners
- C#實踐教程(第2版)
- 青少年學Python(第2冊)