On Fri, Jan 25, 2013 at 02:59:21PM +0100, Gilles Louppe wrote: > I once encountered the same error when pickling very large objects (> > 2Go). The error comes indeed from the cStringIO module. I got some > elements of explanation at http://bugs.python.org/issue7358
OK, it seems to be an integer overflow problem for very large data. There's nothing that we can do other than submit a patch to Python 2.7. Thanks for the explainations Gaƫl ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
