Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install guide for ubuntu 12.04? #49

Closed
joshuatobin opened this issue Aug 21, 2012 · 3 comments
Closed

Install guide for ubuntu 12.04? #49

joshuatobin opened this issue Aug 21, 2012 · 3 comments

Comments

@joshuatobin
Copy link
Contributor

Has anyone gotten 1.6 installed on ubuntu 12.04? A bunch of the dependencies are busted (twisted, pyside, etc). I need to update to 1.6 to bypass a timeout issue, but still not having much luck.

thanks

@gbin
Copy link
Member

gbin commented Aug 22, 2012

Ok, I succeeded like this but I am nowhere an ubuntu/debian expert, please correct this if one of the steps is stupid.

  1. as base system : installed mini.iso of ubuntu 12.04 in server mode
  2. sudo apt-get install python-pip python-software-properties
  3. sudo add-apt-repository ppa:pyside
  4. sudo apt-get update
  5. sudo apt-get install python-pyside
  6. pip install err

Apparently pyside is causing a problem, I gonna remove it as a mandatory dependency as it is used only for the qt interface.

@gbin
Copy link
Member

gbin commented Aug 22, 2012

Note : I just updated err to 1.6.1 on pypi with the only change : cut the 2 mandatory dependencies on pyfire (which pull all the twisted thing) and pyside. Install them independently if you need either the campfire backend or the QT graphical backend.

@gbin gbin closed this as completed Aug 22, 2012
@joshuatobin
Copy link
Contributor Author

thank you. This worked. I submitted a pull request for two more issues that I found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants