[openstack-dev] [Quantum] No module named pyparsing

Dan Wendlandt dan at nicira.com
Tue Aug 14 22:27:21 UTC 2012


sudo pip install pyparsing

or

apt-get install python-pyparsing

should work, if some some reason the pip-requires dependencies are not
being installed properly.

dan

On Tue, Aug 14, 2012 at 1:58 PM, Edgar Magana (eperdomo) <eperdomo at cisco.com
> wrote:

>  Aaron,****
>
> ** **
>
> It seems that something else is required because I ran “sudo python
> setup.py develop”****
>
> And this module was not installed.****
>
> ** **
>
> Thanks,****
>
> ** **
>
> Edgar****
>
> ** **
>
> *From:* Aaron Rosen [mailto:arosen at nicira.com]
> *Sent:* Tuesday, August 14, 2012 1:42 PM
> *To:* OpenStack Development Mailing List
> *Subject:* Re: [openstack-dev] [Quantum] No module named pyparsing****
>
> ** **
>
> Yes, there is already a fix merge for that:
> https://review.openstack.org/#/c/11251/ ****
>
> ** **
>
> Aaron****
>
> On Tue, Aug 14, 2012 at 1:38 PM, Edgar Magana (eperdomo) <
> eperdomo at cisco.com> wrote:****
>
> Hi Folks,****
>
>  ****
>
> I am seeing recently that quantum client complains for the pyparsing
> module:****
>
>  ****
>
> # quantum****
>
> Traceback (most recent call last):****
>
>   File "/usr/local/bin/quantum", line 9, in <module>****
>
>     load_entry_point('python-quantumclient==2.0.5', 'console_scripts',
> 'quantum')()****
>
>   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 337, in
> load_entry_point****
>
>     return get_distribution(dist).load_entry_point(group, name)****
>
>   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2279, in
> load_entry_point****
>
>     return ep.load()****
>
>   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in
> load****
>
>     entry = __import__(self.module_name, globals(),globals(), ['__name__'])
> ****
>
>   File "/opt/stack/python-quantumclient/quantumclient/shell.py", line 28,
> in <module>****
>
>     from cliff.app import App****
>
>   File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 11, in
> <module>****
>
>     from .interactive import InteractiveApp****
>
>   File "/usr/local/lib/python2.7/dist-packages/cliff/interactive.py", line
> 9, in <module>****
>
>     import cmd2****
>
>   File "/usr/lib/python2.7/dist-packages/cmd2.py", line 43, in <module>***
> *
>
>     import pyparsing****
>
> ImportError: No module named pyparsing****
>
>  ****
>
> Are you aware of this? Is this a bug or a missing configuration from my
> side?****
>
>  ****
>
> Thanks,****
>
>  ****
>
> Edgar****
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev****
>
> ** **
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com
twitter: danwendlandt
~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20120814/69a46867/attachment.html>


More information about the OpenStack-dev mailing list