You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by syed <gi...@git.apache.org> on 2015/10/03 04:53:35 UTC

[GitHub] cloudstack-cloudmonkey pull request: Import error when running clo...

GitHub user syed opened a pull request:

    https://github.com/apache/cloudstack-cloudmonkey/pull/10

    Import error when running cloudmonkey

    The cloudmonkey install from pip does not run and gives an import error because the latest `requests` package dropped the `requests.packages.urllib3`. I am removing an import which tries to access that. Note that even after removing that line, I still get import errors because `requests_toolbelt` uses  `requests.packages.urllib3`. They have fixed it in their master but haven't yet pushed onto PyPi. I have also opened a bug with them for the same. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/syed/cloudstack-cloudmonkey master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack-cloudmonkey/pull/10.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #10
    
----
commit 48d33885d2cdf6f3ad8dca94fca8a5fea556e58e
Author: Syed <sy...@gmail.com>
Date:   2015-10-03T02:49:15Z

    Removing urllib3 import and unused urllib2 imports

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack-cloudmonkey pull request: Import error when running clo...

Posted by syed <gi...@git.apache.org>.
Github user syed commented on the pull request:

    https://github.com/apache/cloudstack-cloudmonkey/pull/10#issuecomment-145297866
  
    This was a problem with my setup where I had multiple versions of `request`. Closing as not a bug


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack-cloudmonkey pull request: Import error when running clo...

Posted by syed <gi...@git.apache.org>.
Github user syed closed the pull request at:

    https://github.com/apache/cloudstack-cloudmonkey/pull/10


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---