Hi I am having the same errors after adding sklearn to my application. I had numpy, matplotlib and wxPython before and everything was running smoothly. I tried both approaches, importing the module and then adding hooks, and the error is still here. Is there a known solution to this?
Thanks a lot Paulo On Monday, 9 September 2013 09:24:01 UTC-6, Martin Z wrote: > > On Monday 09 of September 2013 07:32:55 Robert P wrote: > > File "_min_spanning_tree.pyx", line 8, in init > sklearn.utils.mst._min_spanning _tree > (sklearn\utils\sparsetools\_min_spanning_tree.c:4754) ImportError: No > module named _graph_validation Any ideas what causes this and how to fix > it? Thanks in advance! > > > > Try in your code explicit import: > > > > import sklearn.utils.sparsetools._graph_validation > > > > If that works then look in the manual for hiddenimports. > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
