- 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.
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- The DevOps 2.3 Toolkit
- Mobile Application Development:JavaScript Frameworks
- Learning Chef
- Mastering OpenCV Android Application Programming
- Apache Spark 2.x Machine Learning Cookbook
- Vue.js前端開發基礎與項目實戰
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- Mastering Kotlin
- Mastering Articulate Storyline
- 深入淺出Windows API程序設計:編程基礎篇
- Practical Windows Forensics
- Cassandra Data Modeling and Analysis
- PostgreSQL Replication(Second Edition)
- 飛槳PaddlePaddle深度學習實戰