-
Notifications
You must be signed in to change notification settings - Fork 18
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: 'function' object has no attribute 'func_code' #3
Comments
sunqm
added a commit
that referenced
this issue
Jul 19, 2018
This is a python 3 compatibility issue. The attribute .func_code of python2 was replaced by python 3 .code attribute. |
|
@danielsjf Thanks, there is a huge difference between the two. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran the 01-parallel_krhf-diamond.py example and got this error:
The text was updated successfully, but these errors were encountered: