- 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.
推薦閱讀
- 計算思維與算法入門
- UML和模式應用(原書第3版)
- TensorFlow Lite移動端深度學習
- OpenNI Cookbook
- Oracle BAM 11gR1 Handbook
- 基于Swift語言的iOS App 商業實戰教程
- .NET 3.5編程
- HTML5 APP開發從入門到精通(微課精編版)
- The Professional ScrumMaster’s Handbook
- Java程序設計案例教程
- JavaScript程序設計(第2版)
- OpenCV with Python Blueprints
- Emotional Intelligence for IT Professionals
- Node.js區塊鏈開發
- scikit-learn Cookbook(Second Edition)