Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError:module'lora' has no attribute 'lora_receiver' #154

Open
nosferatu2 opened this issue Mar 2, 2022 · 1 comment
Open

AttributeError:module'lora' has no attribute 'lora_receiver' #154

nosferatu2 opened this issue Mar 2, 2022 · 1 comment

Comments

@nosferatu2
Copy link

nosferatu2 commented Mar 2, 2022

I am following the instructions for viewing LoRa, but am getting the error "AttributeError:Module 'lora' has no attribute 'lora_receiver' and am unsure how to remedy. Any help would be appreciated =-)


When installing gr-lora - after the cmake command within the build folder I get the following error:

CMake Error at CMakeLists.txt:87 (find_package):
Could not find a configuration file for package "Gnuradio" that is compatible with requested version "3.9".

The following configuration files were considered but not accepted:

/usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake, version 3.8.1.0
/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake, version 3.8.1.0

-- Configuring incomplete, errors occurred!

See also "/home/user/Desktop/gr-lora/build/CMakeFiles/CMakeOutput.log"

@Light-Sec
Copy link

Note this:
Could not find a configuration file for package "Gnuradio" that is compatible with requested version "3.9".

Looks like the version of gr-lora you are compiling needs Gnuradio version 3.9
Default version installed by apt-get on Ubuntu 20.04 is 3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants