From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 04/11] gnu: Add python-nltk. Date: Mon, 24 Oct 2016 17:15:22 -0400 Message-ID: <20161024211522.GA15295@jasmine> References: <20160822132018.19828-1-david@craven.ch> <20160822132018.19828-4-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bymag-0007LX-1F for guix-devel@gnu.org; Mon, 24 Oct 2016 17:15:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bymac-0006B6-0d for guix-devel@gnu.org; Mon, 24 Oct 2016 17:15:30 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:35569) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bymab-0006AP-MX for guix-devel@gnu.org; Mon, 24 Oct 2016 17:15:25 -0400 Content-Disposition: inline In-Reply-To: <20160822132018.19828-4-david@craven.ch> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org On Mon, Aug 22, 2016 at 03:20:11PM +0200, David Craven wrote: > * gnu/packages/python.scm (python-nltk): New variable. > (python2-nltk): New variable. This is failing its test suite on core-updates: https://hydra.gnu.org/build/1550846 Apparently it wants some extra data to run the tests: Resource 'corpora/gutenberg' not found. Please use the NLTK Downloader to obtain the resource: >>> nltk.download() Searched in: - '/homeless-shelter/nltk_data' - '/usr/share/nltk_data' - '/usr/local/share/nltk_data' - '/usr/lib/nltk_data' - '/usr/local/lib/nltk_data'