Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何通过 pip 更新 yt 模块?之后我还有 3.5.1
pip install yt
请问3.6.1怎么获取?
你可以这样做:
pip install [package_name] --upgrade
在你的情况下: pip install yt --upgrade
pip install yt --upgrade