On 7 July 2016 at 08:18, Taekho Nam <[email protected]> wrote: > I'm following some command for set up OVN in 'overlay' mode in this > documents. > (https://github.com/openvswitch/ovs/blob/master/INSTALL.Docker.md) > > But, I'v faced some problems. > > When I typed > > ovn-docker-overlay-driver --detach, I can see following ImportError. > > > > root@ubuntu:~# ovn-docker-overlay-driver --detach > Traceback (most recent call last): > File "/usr/local/bin/ovn-docker-overlay-driver", line 27, in <module> > import ovs.dirs > ImportError: No module named ovs.dirs >
This mainly comes because OVS python modules do not exist in the system. This looks like a documentation gap in OVS. Usually, if you are installing it via debian, it comes from the package 'python-openvswitch'. You can also install it via pip. I think it is: pip install python-openvswitch > > > > To solve this problem, I checked many possible thing that can cause this > problem. > However I couldn't. > > > I think that there are some problems in process that set up Open vSwitch. > > I've installed Open vSwitch using this document. > (https://github.com/openvswitch/ovs/blob/master/INSTALL.md) > It will works well. > > How can I solve this problem, Could you recommend solution? > > Best regards, > Taekho Nam. > > > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss > >
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
