Re: CloudMonkey 5.3 not starting on Ubuntu 14.10

2014-12-01 Thread Rohit Yadav
Hi Erik, You’re missing the point, the email I sent for today is only for Ubuntu 14.04/14.10 users. Please find my reply in-line; > On 01-Dec-2014, at 4:23 pm, Erik Weber wrote: > > Nope, all I've tried is: pip install cloudmonkey > > This was a fresh machine, so no upgrade. Stock CentOS 6.6.

Re: CloudMonkey 5.3 not starting on Ubuntu 14.10

2014-12-01 Thread Andrei Mikhailovsky
e email and any attachments without making a copy. - Original Message - > From: "Rohit Yadav" > To: dev@cloudstack.apache.org > Sent: Monday, 1 December, 2014 10:55:39 AM > Subject: Re: CloudMonkey 5.3 not starting on Ubuntu 14.10 > Andrei, > I’ve replied to

Re: CloudMonkey 5.3 not starting on Ubuntu 14.10

2014-12-01 Thread Erik Weber
On Mon, Dec 1, 2014 at 11:53 AM, Erik Weber wrote: > On Mon, Dec 1, 2014 at 11:50 AM, sebgoa wrote: > >> >> On Dec 1, 2014, at 11:44 AM, Erik Weber wrote: >> >> > On Mon, Dec 1, 2014 at 11:32 AM, Andrei Mikhailovsky > > >> > wrote: >> > >> >> Hi guys, >> >> >> >> I am having issues starting clo

Re: CloudMonkey 5.3 not starting on Ubuntu 14.10

2014-12-01 Thread Erik Weber
On Mon, Dec 1, 2014 at 11:50 AM, sebgoa wrote: > > On Dec 1, 2014, at 11:44 AM, Erik Weber wrote: > > > On Mon, Dec 1, 2014 at 11:32 AM, Andrei Mikhailovsky > > wrote: > > > >> Hi guys, > >> > >> I am having issues starting cloudmonkey on ubuntu 14.10. I get the > >> following error: > >> > >>

Re: CloudMonkey 5.3 not starting on Ubuntu 14.10

2014-12-01 Thread Rohit Yadav
Original Message - > >> From: "sebgoa" >> To: dev@cloudstack.apache.org >> Sent: Monday, 1 December, 2014 10:50:05 AM >> Subject: Re: CloudMonkey 5.3 not starting on Ubuntu 14.10 > >> On Dec 1, 2014, at 11:44 AM, Erik Weber wrote: > >>&g

Re: CloudMonkey 5.3 not starting on Ubuntu 14.10

2014-12-01 Thread Andrei Mikhailovsky
From: "sebgoa" > To: dev@cloudstack.apache.org > Sent: Monday, 1 December, 2014 10:50:05 AM > Subject: Re: CloudMonkey 5.3 not starting on Ubuntu 14.10 > On Dec 1, 2014, at 11:44 AM, Erik Weber wrote: > > On Mon, Dec 1, 2014 at 11:32 AM, Andrei Mikhailovsky > &g

Re: CloudMonkey 5.3 not starting on Ubuntu 14.10

2014-12-01 Thread sebgoa
On Dec 1, 2014, at 11:44 AM, Erik Weber wrote: > On Mon, Dec 1, 2014 at 11:32 AM, Andrei Mikhailovsky > wrote: > >> Hi guys, >> >> I am having issues starting cloudmonkey on ubuntu 14.10. I get the >> following error: >> >> $ cloudmonkey >> Import error in cloudmonkey.cloudmonkey : No module

[NOTICE] CloudMonkey 5.3 not starting on Ubuntu 14.10

2014-12-01 Thread Rohit Yadav
Hi Andrei, Thanks for bringing this to our notice. With Ubuntu 14.04/14.10, the default pip has some issues. To install CloudMonkey or any package dependent on "requests" users simply need to upgrade pip to make it work: 1. Uninstall the default pip: sudo apt-get remove --purge python-pip 2.

Re: CloudMonkey 5.3 not starting on Ubuntu 14.10

2014-12-01 Thread Erik Weber
On Mon, Dec 1, 2014 at 11:32 AM, Andrei Mikhailovsky wrote: > Hi guys, > > I am having issues starting cloudmonkey on ubuntu 14.10. I get the > following error: > > $ cloudmonkey > Import error in cloudmonkey.cloudmonkey : No module named packages > > I have the same on CentOS 6.6, cloudmonkey i

CloudMonkey 5.3 not starting on Ubuntu 14.10

2014-12-01 Thread Andrei Mikhailovsky
Hi guys, I am having issues starting cloudmonkey on ubuntu 14.10. I get the following error: $ cloudmonkey Import error in cloudmonkey.cloudmonkey : No module named packages I have tried to google for the error, but can't find the solution. I've installed it via pip install cloudmonkey.