-
Notifications
You must be signed in to change notification settings - Fork 19
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
Attribute error #4
Comments
Sounds like something must have gone wrong for you in the make / install process and possibly the XML's got installed but the swig wrappers or something didn't build. Hence the no attribute warning. |
Similar issue here: daniestevez/gr-outernet#1 I had this exact issue and fixed it. CMAKE doesn't exit when it can't find the SWIG version. Fixed in Unbuntu by installing: |
I am having the same problem and even in a fresh attempt, confirming that cmake did find SWIG, the error persists.
Environment: Fedora 30 x64 Module folder contents:
Any ideas what I could try to fix it? Thank you all |
Try sudo ldconfig |
I got the same error
i have swig 4.0 installed. |
Hi folks, there's another trick to dump a ton of error info that'll let you know if there was some type of link error. Give this a shot from the command-line: export LD_DEBUG=libs If something's missing or not found it'll most likely show up in the debug output during the import call. |
I followed the basic step but it gives me the following error:
File "/home/shuai/gnuRadioLearn/replayRSSI.py", line 156, in init
self.correctiq_correctiq_0 = correctiq.correctiq()
AttributeError: 'module' object has no attribute 'correctiq'
The text was updated successfully, but these errors were encountered: