【发布时间】:2017-10-02 06:15:59
【问题描述】:
我的机器在 Windows 10 上运行,我最近安装了 python 3.6 和我以前的 python 2.7,无法在 python 3.6 中导入库。
【问题讨论】:
-
这些库不能在不同的 python 版本之间重用。您将需要为 python 3.6 重新安装这些库。即
python3 -m pip install SomePackagedocs.python.org/3/installing/index.html#basic-usage
标签: python python-3.x import