Giter VIP home page Giter VIP logo

Comments (3)

proto17 avatar proto17 commented on July 26, 2024

Could you share the exact version of GNU Radio that you're using and whether or not you built it from source? That would help me try to recreate the issue.

Could you also share the error that you're seeing?

from dji_droneid.

gettyhub avatar gettyhub commented on July 26, 2024

Could you share the exact version of GNU Radio that you're using and whether or not you built it from source? That would help me try to recreate the issue.

Could you also share the error that you're seeing?

Gnuradio 3.10.1.1-2 and the import error is in gnuradio-companion, in the import block. Import droneid from gnuradio.

I've rebooted since building droneid and right now it appears to be not having import error messages. Just now they're related to opencl and fosphor. I do have fosphor installed. The dialog box does come up.

from dji_droneid.

proto17 avatar proto17 commented on July 26, 2024

I think you may have been bitten by Python not looking in /usr/local/lib/python<VERSION>/dist-packages. If you run find /usr/local/lib/python3.* -name droneid -type d you should get a single directory where the droneid package lives. This all assumes that you didn't do any trickery when installing the module.

As an example, if the command above returned /usr/local/lib/python3.10/dist-packages/gnuradio/droneid then you could launch GNU Radio Companion from the command line with: PYTHONPATH=$PYTHONPATH:/usr/local/lib/python3.10/dist-packages gnuradio-companion and things should be happy. The $PYTHONPATH up front is there in case the PYTHONPATH environment variable has already had paths added to it.

Glad to hear a reboot seems to have solved the problem!

from dji_droneid.

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.