Was trying to install the development dependencies.
It should just install, instead it failed when trying to install .[test,dev]
What I Did
I followed the development installation instructions. When I ran
pip install -r requirements_dev.txt
I got the following output:
Downloading/unpacking git+https://github.com/MrTango/click.git@master (from -r requirements_dev.txt (line 1))
Cloning https://github.com/MrTango/click.git (to master) to /tmp/pip-bvCqQz-build
Running setup.py (path:/tmp/pip-bvCqQz-build/setup.py) egg_info for package from git+https://github.com/MrTango/click.git@master
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
Downloading/unpacking .[test,dev] (from -r requirements_dev.txt (line 2))
Could not find any downloads that satisfy the requirement .[test,dev] (from -r requirements_dev.txt (line 2))
Cleaning up...
No distributions at all found for .[test,dev] (from -r requirements_dev.txt (line 2))
Storing debug log for failure in /home/cabox/.pip/pip.log
Description
Was trying to install the development dependencies. It should just install, instead it failed when trying to install
.[test,dev]
What I Did
I followed the development installation instructions. When I ran
I got the following output: