pip install render не работает - PullRequest
0 голосов
/ 13 мая 2018

Простой вопрос, я уверен, но я получаю сообщение об ошибке ниже, когда пытаюсь запустить 'pip install render' на моем терминале Mac.

    pip install render
Collecting render
  Could not find a version that satisfies the requirement render (from versions: )
No matching distribution found for render
You are using pip version 7.1.2, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
...