StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

st2 package install fails #351

Closed soumypau closed 8 years ago

soumypau commented 8 years ago

Executing st2 run packs.install packs=st2 fails with exception Exception: Failed to install requirement "six>=1.9.0,<2.0": Collecting six<2.0,>=1.9.0 I get similar error while installing other packs as well.

I verified six is already installed

/opt/stackstorm/st2/bin/pip show six

Metadata-Version: 2.0 Name: six Version: 1.9.0 Summary: Python 2 and 3 compatibility utilities Home-page: http://pypi.python.org/pypi/six/ Author: Benjamin Peterson Author-email: benjamin@python.org License: MIT Location: /opt/stackstorm/st2/lib/python2.7/site-packages Requires:

Detail

st2 run packs.install packs=st2 .................... id: 57493d188d1e0e188804b6e6 action.ref: packs.install parameters: packs:

traceback: None failed_on: setup_virtualenv start_timestamp: 2016-05-28T06:39:20.933235Z end_timestamp: 2016-05-28T06:39:59.867956Z +--------------------------+-------------------------+-------------------+-------------------------+------------------------------+ | id | status | task | action | start_timestamp | +--------------------------+-------------------------+-------------------+-------------------------+------------------------------+ | 57493d198d1e0e176a1f2a5f | succeeded (12s elapsed) | download | packs.download | Sat, 28 May 2016 06:39:21 | | | | | | UTC | | 57493d268d1e0e176a1f2a61 | succeeded (2s elapsed) | virtualenv_prerun | packs.virtualenv_prerun | Sat, 28 May 2016 06:39:34 | | | | | | UTC | | 57493d288d1e0e176a1f2a63 | failed (22s elapsed) | setup_virtualenv | packs.setup_virtualenv | Sat, 28 May 2016 06:39:36 | | | | | | UTC | +--------------------------+-------------------------+-------------------+-------------------------+------------------------------+

sumeshkanayi commented 8 years ago

Are you still facing this issue ? I got it fixed with the help from some experts

https://github.com/StackStorm/st2/issues/2867#issuecomment-239594296

arm4b commented 8 years ago

@soumypau Are you installing StackStorm with st2workroom? If yes, then it's totally deprecated method, see Deprecation Warning in Readme.md.

Use https://docs.stackstorm.com/install/index.html instead.

mayanksekhar commented 8 years ago

Hi.. Thanks for your comments guys. We have got it working now . We are facing an issue with packs though, will raise a new issue for that. Thanks again -Soumyadeep