-
Notifications
You must be signed in to change notification settings - Fork 121
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
AttributeError: 'module' object has no attribute 'gate' #1
Comments
Hello, I tried installing the software on another computer. I got the same error when I run the software without running "sudo ldconfig" first. You need to run sudo ldconfig once, after installing the software. This fixed the problem for me. |
Thank you very much! It works now. Appreciate your efforts and sharing. |
Note this error will also be caused if you ran 'cmake' before you installed swig. |
I'm getting a similar problem now where I get the output:
Ran ldconfig and made sure to install swig and reinstall files, but still no luck in changing this. |
Turns out by default line 76 is commented out on reader.py on master which is what led to this error. Not an issue with compiling this time! Issue solved. |
Dear Nikosl:
I found such issue: "AttributeError: 'module' object has no attribute 'gate'" when I try to compile the source code. Do you have any idea about this error? Do I miss something?
Best
Lei
The text was updated successfully, but these errors were encountered: