I am trying to install packages in Pycharm for the python3.5 interpreter. It says:
Python packaging tools not found. Install packing tools .
But when I try to install, He gives this error.
AttributeError: module 'setuptools.dist' has no attribute 'check_specifier'
I am using Ubuntu 16.04.2, Pycharm 2017.1.1 Edition
Run this command and you can install the packaging tools in Pycharm:
sudo apt install python3-pip
This is python3-pip, not python-pip if you are using the Python3 interpreter.
Source: https://habr.com/ru/post/1267061/More articles:How to speed up this SQL index query? - mysqlBlock movement with PanResponder in - react-nativePHP 7 vs. Java 8 performance - java-8redirect everything with exceptions - redirectKotlin synthetic extension to view - kotlinimport _tkinter # If this fails, Python cannot be configured for Tk - pythonHow to place a custom view / layout fixed in CollapsingToolbarLayout? - androidFailed to compile QT Create Quick Application Project - c ++Windows Defender Antivirus API - cDivide a credit card number into 4 pieces using a regex lookahead? - c #All Articles