Coder Social home page Coder Social logo

Comments (2)

abbbi avatar abbbi commented on August 23, 2024 1

It seems, you have a python package "nbd" installed in /usr/local/ that is loaded instead of the python3-libnbd binding:

CONTEXT_BASE_ALLOCATION' from 'nbd' (/usr/local/lib/python3.9/dist-packages/nbd/__init__.py)

remove it or consider using a venv environment.

On my system, its having the CONTEXT_BASE_ALLOCATION setting with the nbd module
provided in /usr/lib by the python3-libnbd package:

~ $ dpkg -L python3-libnbd | grep nbd.py
/usr/lib/python3/dist-packages/nbd.py
abi@cefix ~ $ grep CONTEXT_BASE_ALLOCATION /usr/lib/python3/dist-packages/nbd.py
CONTEXT_BASE_ALLOCATION = "base:allocation"
    context, for example "CONTEXT_BASE_ALLOCATION".
    context, for example "CONTEXT_BASE_ALLOCATION".

from virtnbdbackup.

abbbi avatar abbbi commented on August 23, 2024

see comment -> environment issue.

from virtnbdbackup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.