Thanks Rohit.  I think the pip upgrade fixed it.  Ubuntu 14 python comes
with python requests by default at version 2.2.1 and looks like cloudmonkey
need requests at 2.8.1

Regards,
Kenny

On Thu, Dec 3, 2015 at 1:25 AM, Rohit Yadav <rohit.ya...@shapeblue.com>
wrote:

> Hi Kenny,
>
> On 03-Dec-2015, at 5:25 AM, Kenny Ho <y2ke...@gmail.com> wrote:
>
> I am trying out CloudStack and trying to do some BareMetal deployment.
> From Jira, looks like the web UI is not ready for that so I turn to command
> line option.  I found cloudmonkey, but on fresh install on first run, I got
> this error:
>
> $ sudo apt-get install python-pip
> $ sudo pip install cloudmonkey
> $ cloudmonkey
> Import error in cloudmonkey.requester : cannot import name connection
>
>
> I tested on Ubuntu 14.04.3 and it works for me. Can you try this:
> (as root, or with sudo)
>
> pip uninstall cloudmonkey
> pip uninstall requests
> apt-get update
> apt-get upgrade
> pip install --upgrade pip
> pip install --upgrade cloudmonkey
>
> In my case pip version was 7.1.2, cloudmonkey version was 5.3.2, python
> version was 2.7.6.
>
> Regards.
>
>
> Is this a known issue?  Is there a work around for this?  I am running
> Ubuntu 14:
> $ lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description: Ubuntu 14.04.3 LTS
> Release: 14.04
> Codename: trusty
>
> $python --version
> Python 2.7.6
>
>
> Rohit Yadav
> *Software Architect*
>
>
>
>
>
>
>
>
>
> * S: +44 20 3603 0540 <+442036030540> | M: +91 88 262 30892
> <+447770745036>  rohit.ya...@shapeblue.com
> <steve.ro...@shapeblue.com> | www.shapeblue.com
> <http://www.shapeblue.com/> | Twitter:@ShapeBlue
> <https://twitter.com/#!/shapeblue> ShapeBlue Ltd, 53 Chandos Place, Covent
> Garden, London, WC2N 4HS *
>
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build
> <http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge – rapid IaaS deployment framework <http://shapeblue.com/csforge/>
> CloudStack Consulting <http://shapeblue.com/cloudstack-consultancy/>
> CloudStack Software Engineering
> <http://shapeblue.com/cloudstack-software-engineering/>
> CloudStack Infrastructure Support
> <http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses
> <http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is
> a company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>

Reply via email to