Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.4k views
in Technique[技术] by (71.8m points)

ubuntu - Pycharm - Python packaging tools not found

I'm trying to install packages in Pycharm for python3.5 interpreter. It says,

Python packaging tools not found. Install packaging tools.

But when I try to install, It gives this error.

AttributeError: module 'setuptools.dist' has no attribute 'check_specifier'

I'm using Ubuntu 16.04.2, Pycharm Community edition 2017.1.1

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Run this command and you should be able to install the packaging tools in Pycharm:

sudo apt install python3-pip

It's python3-pip, not python-pip if you are using the Python3 interpreter.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...