Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork26k
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I have just built the sklearn package from source. I want my application to cal this module instead of my system's installed version for debugging purposes. Eventually I want to step into the Cython code, etc. How can I point my application to my version of the compiled source. How do I compile with debug symbols as well? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
See#29899 (comment) for some directions. Please do share if you manage to set it up. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I managed to compile with debug symbols add “-Dbuildtype=debug” . Will try to debug in the future |
BetaWas this translation helpful?Give feedback.