jhorey/ferry

Instalation on Debian Wheezy

flaviobarros opened this issue · 3 comments

I tried to install on Debian following the procedure with no problems until ferry install. When i try ferry install:

sudo ferry install

Traceback (most recent call last):
File "/usr/local/bin/ferry", line 9, in
load_entry_point('ferry==0.1.28', 'console_scripts', 'ferry')()
File "/usr/local/lib/python2.7/dist-packages/ferry-0.1.28-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.1.28-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.1.28-py2.7.egg/ferry/install.py", line 137, in install
if not _supported_lxc():
File "/usr/local/lib/python2.7/dist-packages/ferry-0.1.28-py2.7.egg/ferry/install.py", line 58, in _supported_lxc
ver = tuple(map(int, (output.strip().split("."))))
ValueError: invalid literal for int() with base 10: '0-rc1'

Hey Flavio, this a known issue (another user has already submitted a
patch). Hope to get this in Master this week. I'll update this Issue with
update instructions once that's done. Thanks for using Ferry! Also, I'd
love to learn more about your use case. If you don't mind, email the Ferry
user group :)

On Wednesday, May 14, 2014, Flavio Barros notifications@github.com wrote:

I tried to install on Debian following the procedure with no problems
until ferry install. When i try ferry install:

sudo ferry install

Traceback (most recent call last):
File "/usr/local/bin/ferry", line 9, in
load_entry_point('ferry==0.1.28', 'console_scripts', 'ferry')()
File
"/usr/local/lib/python2.7/dist-packages/ferry-0.1.28-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.1.28-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.1.28-py2.7.egg/ferry/install.py",
line 137, in install
if not _supported_lxc():
File
"/usr/local/lib/python2.7/dist-packages/ferry-0.1.28-py2.7.egg/ferry/install.py",
line 58, in _supported_lxc
ver = tuple(map(int, (output.strip().split("."))))
ValueError: invalid literal for int() with base 10: '0-rc1'


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

--James

Ok. I'm already on Ferry user group. I'm learning how to use Hadoop, and found on this project a very useful way to setup an environment.

Hi, this is now fixed in the latest release (0.2.0). To update your version of Ferry, try:

  • pip install ferry -U (or update via git)
  • ferry install -u (this updates the various images)

Let me if know if that doesn't work. Thanks!