-
Notifications
You must be signed in to change notification settings - Fork 77
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
Circular import problems #104
Comments
Hello @radio-satellites, |
@tapparelj sorry for the late reply! I didn't see it in time. Nope, this is in general when I try to run any flowgraph with lora_sdr in it. I'm running on Fedora 40. |
Same here, also with Fedora 40, with gr-lora_sdr installed in /usr/local. |
This is almost definitely a Fedora issue, I've never had that in Ubuntu or Debian. |
Hello!
I feel like I have solved this issue before, but I'm not sure how to do it now. How do I resolve the circular import issue in
lora_sdr/lora_sdr_lora_tx.py
andlora_sdr/lora_sdr_lora_rx.py
? The specific offending line isfrom . import lora_sdr_python as lora_sdr
.Full error message is below.
Thanks!
The text was updated successfully, but these errors were encountered: