Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created March 23, 2012 15:23
Show Gist options
  • Save tsabat/2171725 to your computer and use it in GitHub Desktop.
Save tsabat/2171725 to your computer and use it in GitHub Desktop.
Requirement already satisfied (use --upgrade to upgrade): distribute==0.6.14 in /home/vagrant/doula/lib/python2.7/site-packages
Cleaning up...
Traceback (most recent call last):
File "/home/vagrant/doula/bin/doula", line 9, in <module>
load_entry_point('doulado==0.0', 'console_scripts', 'doula')()
File "/home/vagrant/doula/src/doulado/doulado/script.py", line 36, in main
return args.func(args)
File "/home/vagrant/doula/src/doulado/doulado/script.py", line 46, in devinst
return devinstall(deps)
File "/home/vagrant/doula/local/lib/python2.7/site-packages/fabric/tasks.py", line 110, in __call__
return self.run(*args, **kwargs)
File "/home/vagrant/doula/local/lib/python2.7/site-packages/fabric/tasks.py", line 113, in run
return self.wrapped(*args, **kwargs)
File "/home/vagrant/doula/src/doulado/doulado/devinst.py", line 74, in devinstall
check_and_install('gevent_zmq', install_gz, repo=deps.gevent_zmq)
File "/home/vagrant/doula/local/lib/python2.7/site-packages/stuf/base.py", line 31, in __getattr__
return _getter(self, key)
AttributeError: 'fixedstuf' object has no attribute 'gevent_zmq'
(doula)vagrant@vagrant-oneiric:~/doula$ cat doulado/devinst.yml
dependencies:
bambino: '[email protected]:SurveyMonkey/Bambino.git'
doula: '[email protected]:SurveyMonkey/Doula.git'
gevent: '[email protected]:whitmo/gevent.git'
gevent_zmq: '[email protected]:whitmo/gevent-zeromq.git'
zmq: 'zeromq-2.1.11'
readonly:
bambino: 'git://github.com/SurveyMonkey/Bambino.git'
doula: 'git://github.com/SurveyMonkey/Doula.git'
gevent: 'git://github.com/whitmo/gevent.git'
gevent_zmq: 'git://github.com/whitmo/gevent-zeromq.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment