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

could not find GrSwig. #624

Closed
hfarooq98 opened this issue Dec 14, 2022 · 4 comments
Closed

could not find GrSwig. #624

hfarooq98 opened this issue Dec 14, 2022 · 4 comments

Comments

@hfarooq98
Copy link

Hi, I installed pybombs using:

sudo apt-get install python3-pip
sudo pip3 install pybombs
pybombs auto-config
pybombs recipes add-defaults
pybombs prefix init ~/prefix-3.10 -R gnuradio-default
source ~/prefix-3.10/setup_env.sh
gnuradio-companion

now when I cmake https://github.com/kit-cel/gr-radar this repo it shows:

CMake Error at swig/CMakeLists.txt:37 (include):
include could not find requested file:
GrSwig
CMake Error at swig/CMakeLists.txt:50 (GR_SWIG_MAKE):
Unknown CMake command "GR_SWIG_MAKE".

I found that it works with gnu radio maint-3.8 and I installed 3.10 so how can I go back to 3.8 without installing whole pybombs again?

@willcode
Copy link
Member

willcode commented Dec 14, 2022

Multiple pybombs prefixes can exist on the same machine, and you'll need to install the 3.8 version from scratch (starting with the pybombs prefix init line. There is a gnuradio38 target.

The issue tracker is used for bug reports and feature requests. Please ask for help on the mailing list or chat.gnuradio.org.

@hfarooq98
Copy link
Author

hfarooq98 commented Dec 15, 2022

sudo apt-get install python3-pip
sudo pip3 install pybombs
pybombs auto-config
pybombs recipes add-defaults
pybombs prefix init ~/prefix-3.8 -R gnuradio38
source ~/prefix-3.8/setup_env.sh
gnuradio-companion

will this install 3.8?

@hfarooq98
Copy link
Author

hfarooq98 commented Dec 15, 2022

huzaifa@huzaifPC:~$ pybombs prefix init ~/prefix-3.8 -R gunradio38
[INFO] Prefix Python version is: 3.10.6
[INFO] PyBOMBS Version 2.3.5
[ERROR] Could not find recipe for `gunradio38'

Why is this error popping up?
@willcode

@willcode
Copy link
Member

Spelling

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