Skip to content

How to install gr-tempest from the deep-tempest project? #9

@bar-mm

Description

@bar-mm

I encountered the problem of not being able to install gr-tempest from the deep-tempest project.
I use Ubuntu 22.04, GNU Radio 3.10.10.0 (Python 3.10.12).
To install, I perform the following steps:
git clone https://github.com/emidan19/deep-tempest.git
We perform the actions according to #2 (comment)
the last command install --file requirements.txt
Installation is performed without errors.
Next, we install gr-tempest from deep-tempest.
cd deep-tempest
cd gr-tempest
mkdir build
cd build
cmake ../
(from this moment, an error appears #5 (comment))
make && sudo make install (accordingly errors)
Accordingly, the project deep-tempest_example.grc does not start.
The error is related to replacing swig with pybind11 starting with GNU Radio 3.9.x. In the original gr-tempest project, this problem was solved by replacing swig with pybind11, which is not done in deep-tempest.
An attempt to use GNU Radio 3.9 was unsuccessful. Since Anaconda requires Python version 3.10.
Perhaps there is a working set Ubuntu, GNU Radio and Python?
I ask for help (possibly instructions) on installing gr-tempest from deep-tempest and running the project deep-tempest_example.grc. Or modifications of the original project gr-tempest for deep-tempest.
Maybe offer an image of a virtual machine Ubuntu with a working project deep-tempest installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions