- Secret Recipes of the Python Ninja
- Cody Jackson
- 97字
- 2021-06-25 22:14:40
There's more...
It's worth noting that pip doesn't have true dependency resolution; it will simply install the first file specified. Thus, it is possible to have dependency conflicts or a sub-dependency that doesn't match the actual requirement. This is why a requirements file is useful, as it alleviates some dependency problems.
Verifying hashes also ensures that a package can't be changed without its version number changing as well, such as in an automated server deployment. This is an ideal situation for efficiency, as it eliminates the need for a private index server that maintains only approved packages.
推薦閱讀
- Java逍遙游記
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- 看透JavaScript:原理、方法與實(shí)踐
- Python機(jī)器學(xué)習(xí):手把手教你掌握150個(gè)精彩案例(微課視頻版)
- Getting Started with Greenplum for Big Data Analytics
- HTML5從入門(mén)到精通(第4版)
- Mudbox 2013 Cookbook
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Beginning C# 7 Hands-On:The Core Language
- Android開(kāi)發(fā)進(jìn)階實(shí)戰(zhàn):拓展與提升
- C語(yǔ)言進(jìn)階:重點(diǎn)、難點(diǎn)與疑點(diǎn)解析
- Learning Yeoman
- Web 2.0策略指南