-
Notifications
You must be signed in to change notification settings - Fork 190
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
Comments
Multiple pybombs prefixes can exist on the same machine, and you'll need to install the 3.8 version from scratch (starting with the The issue tracker is used for bug reports and feature requests. Please ask for help on the mailing list or chat.gnuradio.org. |
sudo apt-get install python3-pip will this install 3.8? |
huzaifa@huzaifPC:~$ pybombs prefix init ~/prefix-3.8 -R gunradio38 Why is this error popping up? |
Spelling |
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?
The text was updated successfully, but these errors were encountered: