简体   繁体   中英

Unable to install packages PyCharm

I am trying to install packages with PyCharm but each time I try to do so it gives me an error:

错误的图片

The full command output:

Traceback (most recent call last):
  File "C:\Program Files\JetBrains\PyCharm Community Edition 2017.3.2\helpers\packaging_tool.py", line 2, in <module>
    import traceback
ModuleNotFoundError: No module named 'traceback'

What would be a way to fix this?

Edit: I am trying to install the "Python packaging tools" which results in that error.

尝试从Interpreter窗口顶部的右侧重置,然后尝试重新安装

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM