It is indeed incorrect, it should be: sudo -H pip install apache-ariatosca[ssh]
On Tue, Sep 26, 2017 at 12:25 PM, Bryan Sullivan <[email protected]> wrote: > Hi, > > I'm trying to follow the guide http://ariatosca.incubator. > apache.org/getting-started/ but running into the following error. For > completeness I provide below all commands I have run per the guide since > doing a clean Xenial install: > > sudo apt-get install -y python-pip > sudo -H pip install --upgrade pip setuptools > sudo -H pip install apache-ariatosca > sudo apt-get install -y python-dev gcc libffi-dev libssl-dev > sudo -H pip install aria[ssh] > Collecting aria[ssh] > Could not find a version that satisfies the requirement aria[ssh] (from > versions: ) > No matching distribution found for aria[ssh] > > > Any help is appreciated. If this is a documentation issue and there's a > bug tracking system where I can report it, please let me know also. > > Thanks, > Bryan Sullivan >
