Comrades, help! Already about 2 weeks I'm starting I started installing the package via pip install and the command line issues: You are using pip version 9.0.1, however version 9.0.3 is available and so on. I wrote and python -m pip install --upgrade pip py3 -m pip install --upgrade pip and tried through conda. Everything is useless. What to do? Python 3.6 installed

  • pip3 try to write like that - Sergey
  • Not furychit. I tried - Konstantin Dokuchaev
  • you apparently have several pythons installed on the machine (and several pip, respectively). Make sure you are trying to update your pip. py -mpip --version then py -mpip install -U pip - jfs

0