首页 > 解决方案 > 无法为 Python3.6.5 安装 LIbraries

问题描述

我的笔记本电脑中有 pyhton2.7 和 Python3.5,但要使用 f 字符串,我安装了 pyhton3.6.5 并删除了 python3.5。现在我有 python2.7 和 Python3.6.5。但我无法为 python3.6.5 安装任何库

我已经尝试过了,但它不起作用

请让我知道如何为 python3.6.5 安装模块

标签: pythonpython-3.xpython-3.6python-3.5

解决方案


尝试这个

sudo python3.6 -m pip install [Package_to_install]

我希望它会奏效。


推荐阅读