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! 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/groups/opt_out.
