-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix python binding (3.10) #11
Comments
I need to upload the Python3 version of the CyberRadioDriver. It will be here in a couple hours |
I see you've made an update, but there are no (usable) build instructions. |
I'll fix the master branch README, but maint-3.10 has all the right stuff: Here |
Generating a flowgraph spews these errors:
I can't make sense of it, but maybe you can. Possibly the control block is included from another block? It doesn't seem to have any negative effect, but I'd prefer not to have "normal" errors. |
I think this stems from not having quotes around the label. I'll fix in next update with #12 |
From maint-3.10 branch, run
make install
.If the driver isn't (currently) supported in the 3.10 branch, then it should not be imported in the wrapper code.
The text was updated successfully, but these errors were encountered: