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

Installation Debian Wheezy #11

Closed
flaviobarros opened this issue May 20, 2014 · 4 comments
Closed

Installation Debian Wheezy #11

flaviobarros opened this issue May 20, 2014 · 4 comments

Comments

@flaviobarros
Copy link

I'm still getting the same errors after "sudo ferry install:

Traceback (most recent call last):
File "/usr/local/bin/ferry", line 9, in
load_entry_point('ferry==0.2.0', 'console_scripts', 'ferry')()
File "/usr/local/lib/python2.7/dist-packages/ferry-0.2.0-py2.7.egg/ferry/cli/cli.py", line 529, in main
msg = cli.dispatch_cmd(c, all_cmds[c], options)
File "/usr/local/lib/python2.7/dist-packages/ferry-0.2.0-py2.7.egg/ferry/cli/cli.py", line 463, in dispatch_cmd
msg = self.installer.install(args, options)
File "/usr/local/lib/python2.7/dist-packages/ferry-0.2.0-py2.7.egg/ferry/install.py", line 137, in install
if not _supported_lxc():
File "/usr/local/lib/python2.7/dist-packages/ferry-0.2.0-py2.7.egg/ferry/install.py", line 58, in _supported_lxc
ver = tuple(map(int, (output.strip().split(".")[:3])))
ValueError: invalid literal for int() with base 10: '0-rc1'

@jhorey
Copy link
Owner

jhorey commented May 20, 2014

Can you type the following for me and print out the output?

(lxc-version 2>/dev/null || lxc-start --version) | sed 's/.* //'

We'll get this fixed ;)

-James

On Tue, May 20, 2014 at 3:42 PM, Flavio Barros notifications@github.comwrote:

I'm still getting the same errors after "sudo ferry install:

Traceback (most recent call last):
File "/usr/local/bin/ferry", line 9, in
load_entry_point('ferry==0.2.0', 'console_scripts', 'ferry')()
File
"/usr/local/lib/python2.7/dist-packages/ferry-0.2.0-py2.7.egg/ferry/cli/cli.py",
line 529, in main
msg = cli.dispatch_cmd(c, all_cmds[c], options)
File
"/usr/local/lib/python2.7/dist-packages/ferry-0.2.0-py2.7.egg/ferry/cli/cli.py",
line 463, in dispatch_cmd
msg = self.installer.install(args, options)
File
"/usr/local/lib/python2.7/dist-packages/ferry-0.2.0-py2.7.egg/ferry/install.py",
line 137, in install
if not _supported_lxc():
File
"/usr/local/lib/python2.7/dist-packages/ferry-0.2.0-py2.7.egg/ferry/install.py",
line 58, in _supported_lxc
ver = tuple(map(int, (output.strip().split(".")[:3])))
ValueError: invalid literal for int() with base 10: '0-rc1'


Reply to this email directly or view it on GitHubhttps://github.com//issues/11
.

@flaviobarros
Copy link
Author

Ok, the result was:

0.8.0-rc1

@jhorey
Copy link
Owner

jhorey commented May 22, 2014

Sorry for the late response, I'll fix the issue this week.

On Tuesday, May 20, 2014, Flavio Barros notifications@github.com wrote:

Ok, the result was:

0.8.0-rc1


Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-43685977
.

--James

@jhorey
Copy link
Owner

jhorey commented May 22, 2014

Could you update from master and try again?

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