plone / plonecli

Plone Command Line Client - for creating and working with custom add-ons and themes
https://pypi.org/project/plonecli/
Other
19 stars 10 forks source link

No distributions at all found for .[test,dev] #16

Closed pigeonflight closed 6 years ago

pigeonflight commented 6 years ago

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

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
SyZn commented 6 years ago

Hi @pigeonflight,

Please try updating your pip with pip install pip --upgrade. Worked for me at least.

kakshay21 commented 6 years ago

@pigeonflight yeah, worked for me as well