-
Notifications
You must be signed in to change notification settings - Fork 36
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
norm 1.5.9 python binding failure #52
Comments
I found the problem: the function does not exist ! in the core.py file, the lines 504 and 505 need to be commented. |
In the 1.5.9 release, the function is commented out in normApi.cpp. That
particular function is in a section of "experimentall" API calls and is one
mainly used for debugging purposes. In fact, I'm not sure it's really
relevant anymore.
So there is a mismatch between the Python binding code that still
references that function and the C/C++ API code where it is commented out.
I will make sure this is addressed in a new release. In the current code
on Github, the function is part of the API and library which is why I
haven't noticed the issue. I'm sorry that detail was not caught when the
1.5.9 release package was build.
…On Sat, Mar 19, 2022 at 7:04 AM urluberluneuf ***@***.***> wrote:
Closed #52 <#52>.
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABU46GITFVAWVGEOQ3ITQELVAWYE3ANCNFSM5RBX36GA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
.com>
--
Brian Adamson
***@***.***>
|
I made a mistake closing this issue: I may have found a way to circumvent the problem, the problem exists anyway ! |
This has been addressed in the recent commit that addressed other Python binding issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On ubuntu 20.04 with python 2.7.18: I get this:
config.log
The text was updated successfully, but these errors were encountered: