Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. cd /var/lib/buildbot/masters/
  2. sudo buildbot create-master test
  3. cd test/
  4. sudo cp master.cfg.sample master.cfg
  5. sudo buildbot start
  6.  
  7. exceptions.AttributeError: Requirements are not satisfied for buildbot.buildslave:BuildSlave: (sqlalchemy-migrate 0.10.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('sqlalchemy-migrate==0.7.2'))
  8.  
  9. $ aptitude why python-sqlalchemy
  10. i buildbot Depends python-sqlalchemy (< 1.1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement