Code Monkey home page Code Monkey logo

Comments (3)

nathanlct avatar nathanlct commented on August 11, 2024

It seems the libudev.so.0 file is missing.

Could you please check if you have the following file instead: /usr/lib/x86_64-linux-gnu/libudev.so.1?

If so, you can create a symbolic link between that file and the missing file:

ln -s /usr/lib/x86_64-linux-gnu/libudev.so.1 /usr/lib/x86_64-linux-gnu/libudev.so.0

Then the error should be gone. If it still doesn't find the file, try adding /usr/lib/x86_64-linux-gnu/ to the LD_LIBRARY_PATH.

Note: the library path /usr/lib/x86_64-linux-gnu/ might differ based on your system.

(ref: ImportError: libudev.so.0: cannot open shared object file)

from nocturne.

zhangdongkun98 avatar zhangdongkun98 commented on August 11, 2024

@nathanlct That works! Thanks a lot!
For more details, I installed libudev by running

sudo apt-get install -y libudev-dev

and libudev.so.1 is installed at /lib/x86_64-linux-gnu/, then link

ln -s /lib/x86_64-linux-gnu/libudev.so.1 /usr/lib/x86_64-linux-gnu/libudev.so.0

from nocturne.

eugenevinitsky avatar eugenevinitsky commented on August 11, 2024

Thanks for bringing this issue up! We're going to work on seeing if there's a way to prevent this from happening again but in the meantime I'll close this issue if it's resolved. Feel free to re-open it if further issues arise.

from nocturne.

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.