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

After install the radioconda, I can't open the GNUradio #18

Closed
blaticslm opened this issue Apr 7, 2022 · 6 comments
Closed

After install the radioconda, I can't open the GNUradio #18

blaticslm opened this issue Apr 7, 2022 · 6 comments

Comments

@blaticslm
Copy link

When finish the installation, I click the GNUradio icon, and the cmd window shows up for less than a second and then disappears. How to solve this issue?

图片

The picture above is showing the crash.

Really thanks for your response!

@ryanvolz
Copy link
Owner

ryanvolz commented Apr 8, 2022

I don't see anything in your screenshot, but I can conclude from the description that GRC is crashing when you launch it. In order to get more information about what's causing the crash, try the following:

  1. Launch the "Conda Prompt" from the Start menu.
  2. Run the command gnuradio-config-info --print-all and post the output here.
  3. Run the command gnuradio-companion (expecting it will crash) and post the output here.

@blaticslm
Copy link
Author

I don't see anything in your screenshot, but I can conclude from the description that GRC is crashing when you launch it. In order to get more information about what's causing the crash, try the following:

1. Launch the "Conda Prompt" from the Start menu.

2. Run the command `gnuradio-config-info --print-all` and post the output here.

3. Run the command `gnuradio-companion` (expecting it will crash) and post the output here.

I think I made it! I forget to set up the conda environment for gnuradio. Now it works.

@ryanvolz
Copy link
Owner

ryanvolz commented Apr 8, 2022

Great!

@ryanvolz ryanvolz closed this as completed Apr 8, 2022
@ghost
Copy link

ghost commented May 8, 2022

I don't see anything in your screenshot, but I can conclude from the description that GRC is crashing when you launch it. In order to get more information about what's causing the crash, try the following:

1. Launch the "Conda Prompt" from the Start menu.

2. Run the command `gnuradio-config-info --print-all` and post the output here.

3. Run the command `gnuradio-companion` (expecting it will crash) and post the output here.

I think I made it! I forget to set up the conda environment for gnuradio. Now it works.

i can't run conda Prompt. it error for me.
ภาพ
how to set conda environment for gnuradio. can you share how to fix for me. i have this problem too.

@blaticslm
Copy link
Author

https://wiki.gnuradio.org/index.php/CondaInstall#Installation_using_conda

I think you just need to uninstall the one you have and delete all its relevant files. Then you can follow the steps from the above website. I redo it and eventually works for me.

@ryanvolz
Copy link
Owner

ryanvolz commented May 8, 2022

@reverseideol0gy You have Python 2.7 installed in C:\\Python27 and that is clobbering everything the conda installation is trying to do. I don't know why that's happening, but surely you could fix it by uninstalling that other version of Python. If that's not possible, then maybe reinstalling radioconda and choosing to set it as your system Python would override the other installation, but that might be futile.

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