architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 222 forks source link

soccer-cli Installation #126

Closed subkrish closed 6 years ago

subkrish commented 6 years ago

I installed soccer-cli using pip -> sudo pip install soccer-cli.

It found an existing installation of requests-2.18.4 but then uninstalled it and installed an older version -> requests-2.7.0

Collecting soccer-cli
  Downloading soccer_cli-0.1.0.0-py2-none-any.whl
Collecting requests==2.7.0 (from soccer-cli)
  Downloading requests-2.7.0-py2.py3-none-any.whl (470kB)
    100% |████████████████████████████████| 471kB 416kB/s 
Requirement already satisfied: click>=5.0 in /usr/local/lib/python2.7/site-packages (from soccer-cli)
Installing collected packages: requests, soccer-cli
  Found existing installation: requests 2.18.4
    Uninstalling requests-2.18.4:
      Successfully uninstalled requests-2.18.4
Successfully installed requests-2.7.0 soccer-cli-0.1.0.0

This was done on macOS High Sierra.

dfrt82 commented 6 years ago
  1. You should not install it via pip, it's pretty old and does not get updated by architv.
  2. I cannot see a question to answer.