[Bug 2055445] Re: configmanager fails to import libnetplan

Launchpad Bug Tracker 2055445 at bugs.launchpad.net
Sat May 25 04:17:17 UTC 2024


[Expired for netplan.io (Ubuntu) because there has been no activity for
60 days.]

** Changed in: netplan.io (Ubuntu)
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to netplan.io in Ubuntu.
Matching subscriptions: foundations-bugs
https://bugs.launchpad.net/bugs/2055445

Title:
  configmanager fails to import libnetplan

Status in netplan.io package in Ubuntu:
  Expired

Bug description:
  Executing `python3 /usr/share/netplan/netplan/configmanager.py` causes:
  ```
    File "/usr/share/netplan/netplan/configmanager.py", line 28, in <module>
      from netplan import libnetplan
  ModuleNotFoundError: No module named 'netplan'
  ```

  As the `libnetplan` module is in the same directory it's possible to
  fix the error by changing `from netplan import libnetplan` to `import
  libnetplan`

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2055445/+subscriptions




More information about the foundations-bugs mailing list