From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 07 16:43:54 2018 Received: (at submit) by debbugs.gnu.org; 7 Feb 2018 21:43:54 +0000 Received: from localhost ([127.0.0.1]:33528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejXVO-0004fF-V5 for submit@debbugs.gnu.org; Wed, 07 Feb 2018 16:43:54 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60629) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejXVN-0004f3-Q6 for submit@debbugs.gnu.org; Wed, 07 Feb 2018 16:43:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejXVH-0005FS-Fh for submit@debbugs.gnu.org; Wed, 07 Feb 2018 16:43:44 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40092) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ejXVH-0005FM-Co for submit@debbugs.gnu.org; Wed, 07 Feb 2018 16:43:43 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejXVF-0000eu-PO for bug-guix@gnu.org; Wed, 07 Feb 2018 16:43:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejXVC-00057Q-0E for bug-guix@gnu.org; Wed, 07 Feb 2018 16:43:41 -0500 Received: from mx1.riseup.net ([198.252.153.129]:43913) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ejXVB-000550-Oz for bug-guix@gnu.org; Wed, 07 Feb 2018 16:43:37 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 031641A0BB7 for ; Wed, 7 Feb 2018 13:43:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1518039816; bh=CBQCca6lQSJCSKwZiT/jm7d4Y/PuZK2nznaNnWkhqLI=; h=From:To:Subject:Date:From; b=lxMMl677itKe/Rn5wpVb2W8Ifa5lhB8s7RWj9+NSoWzglK5IjXcMfZ821ISwRkj94 Rc3ZK8v3y0dM6H2XXrztxP0Hzl7vIDXJ+rQH7G3n+v5IrhjbU2DYj1fY8oJG2zdYXI Gm1QnWbzJ2plr7T2pnKkfDaJKWsYedwvqfeCQ1zQ= X-Riseup-User-ID: C6F0FDF85E72A068DF9DC7C87C9F3E89601E8A81C811FF97219CEBC7C3BBDDFD Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 9117D6A0B2 for ; Wed, 7 Feb 2018 13:43:33 -0800 (PST) From: Quiliro Ordonez Baca To: bug-guix@gnu.org Subject: additional inputs required for Blender plugins Date: Wed, 07 Feb 2018 16:43:31 -0500 Message-ID: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) I was trying to install Sverchok plugin for Blender. It enables Blender to change parameters in order to modify a wide range of values without redrawing everything in case of a global change in something repetitive. I checked the license. It is GPLv3. What else should i do to verify freedom? When i tryed to install the Sverchok addon https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Nodes/Sverchok http://nikitron.cc.ua/sverch/html/main.html I got the message: ImportError: No module named =E2=80=98numpy=E2=80=99 so i installed python-numpy. And then i got error: ImportError: No module named =E2=80=98requests=E2=80=99 I then instaled python-requests. Both these dependencies are mentioned in S= verchok's documentation. The Blender binary ships with: idna, chardet, urllib3, certifi, requests and numpy https://git.blender.org/gitweb/gitweb.cgi/blender.git/blob/HEAD:/build_file= s/build_environment/cmake/versions.cmake It reports versions of numpy, requests and others set(REQUESTS_VERSION 2.18.4) set(NUMPY_VERSION v1.13.1) set(NUMPY_SHORT_VERSION 1.13) set(NUMPY_URI https://pypi.python.org/packages/c0/3a/40967d9f5675fbb097ffec= 170f59c2ba19fc96373e73ad47c2cae9a30aed/numpy-1.13.1.zip) set(NUMPY_HASH 2c3c0f4edf720c3a7b525dacc825b9ae) propagated-inputs The NixOS package explicitly disables numpy at build time. Those dependencies are not required for building the Guix package: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/graphics.scm?i= d=3Dv0.14.0-1266-gd2a7170de#n79 It's better to just package these plugins separately rather than propagating these (large) packages for every Blender user. They are not necessary to run blender https://wiki.blender.org/index.php/Dev:Doc/Building_Blender/Linux/dependenc= ies It is just that Blender's oficial binary ships with those plugins and their dependencies by default. We need not do the same. If the user needs those addons, she may install them with Guix solving the dependencies. I was helped by: from #blender and: from the Guix. Thank you very much! From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 07 17:05:41 2018 Received: (at 30384) by debbugs.gnu.org; 7 Feb 2018 22:05:41 +0000 Received: from localhost ([127.0.0.1]:33539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejXqW-0005Ad-Lw for submit@debbugs.gnu.org; Wed, 07 Feb 2018 17:05:40 -0500 Received: from mx1.riseup.net ([198.252.153.129]:58391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejXqT-0005AT-7G for 30384@debbugs.gnu.org; Wed, 07 Feb 2018 17:05:39 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 5D28E1A0A44 for <30384@debbugs.gnu.org>; Wed, 7 Feb 2018 14:05:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1518041136; bh=edrHts+8++MIXKBZWbkou13V16hHiC1DgtoJyEp/0xA=; h=From:To:Subject:References:Date:In-Reply-To:From; b=rYZNh5T4qF+cNHny9LgWl2EBlomnuK41MnnOMYagoORwFsKRRe+DAeuAzxlAKfm3S TYcjqasFEklsPIyYjDKFQ3qL4fWXWkNXKkG5+sg8H8icFzlMXS7+YA8DYj+xGisLNx xVI919wh+si3Jm4CD1/e8bKiM9PBdx9xMcceaGVw= X-Riseup-User-ID: A25AC598C0D5042EEA42DE633A705101DFAE8E89AA18D0DC1A4B83579FD29312 Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 80CA16A000 for <30384@debbugs.gnu.org>; Wed, 7 Feb 2018 14:05:35 -0800 (PST) From: Quiliro Ordonez Baca To: 30384@debbugs.gnu.org Subject: Re: bug#30384: additional inputs required for Blender plugins References: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> Date: Wed, 07 Feb 2018 17:05:33 -0500 In-Reply-To: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> (Quiliro Ordonez Baca's message of "Wed, 07 Feb 2018 16:43:31 -0500") Message-ID: <87lgg4mp5e.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30384 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) All addons in release/scripts/addons ship by default. The cmake list I sent contains all the binary libs they build against as well. Side note though: that is for current master, 2.79. Didn't have that file yet, (bzztploink maintained it, but it wasn't added to the main repo yet). So a couple of those versions are further ahead of what they shipped 2.79 with (from the top of bzztploink's head python 3.5 vs 3.6). From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 07 17:14:44 2018 Received: (at 30384) by debbugs.gnu.org; 7 Feb 2018 22:14:44 +0000 Received: from localhost ([127.0.0.1]:33544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejXzH-0005NS-Mz for submit@debbugs.gnu.org; Wed, 07 Feb 2018 17:14:43 -0500 Received: from mx1.riseup.net ([198.252.153.129]:60044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejXzG-0005ND-0z for 30384@debbugs.gnu.org; Wed, 07 Feb 2018 17:14:42 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 7B59F1A0B63 for <30384@debbugs.gnu.org>; Wed, 7 Feb 2018 14:14:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1518041681; bh=AJ9HCKxJPoksjQB0WLJWKFVY3Xy8zf85xU0VW68vxDA=; h=From:To:Subject:References:Date:In-Reply-To:From; b=k0I4s0emu1ycFy9SB8YJfGFR9xa0WQS+eStIzVFuSL+ydrBY0WjDllDLUw9LrGeEU 1oBhZMiPP1OUie9pdttro+slzdEIBvl5nz6hbkH4HnH2DOP2Nc3RejlbzAGR7jUugH RfwtcVtOl7mRm1ov8f/+mGW9WjMQCHczjeHw6BT4= X-Riseup-User-ID: 08130B59BA23AA2B69E92ADF1608E7F861848FCC93DD57B19401624C1342BADD Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id D0AB66A0DC for <30384@debbugs.gnu.org>; Wed, 7 Feb 2018 14:14:40 -0800 (PST) From: Quiliro Ordonez Baca To: 30384@debbugs.gnu.org Subject: Re: bug#30384: additional inputs required for Blender plugins References: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> <87lgg4mp5e.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> Date: Wed, 07 Feb 2018 17:14:38 -0500 In-Reply-To: <87lgg4mp5e.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> (Quiliro Ordonez Baca's message of "Wed, 07 Feb 2018 17:05:33 -0500") Message-ID: <87h8qsmoq9.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30384 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) flatpak had the same issues earlier this week https://github.com/flathub/org.blender.Blender/issues/6 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 16 05:22:11 2018 Received: (at 30384) by debbugs.gnu.org; 16 Feb 2018 10:22:11 +0000 Received: from localhost ([127.0.0.1]:45680 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emd9f-0007RD-Lc for submit@debbugs.gnu.org; Fri, 16 Feb 2018 05:22:11 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:33224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emd9d-0007R0-4h for 30384@debbugs.gnu.org; Fri, 16 Feb 2018 05:22:10 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id A9E4911630; Fri, 16 Feb 2018 11:22:08 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LpWGKKgEDK7f; Fri, 16 Feb 2018 11:22:07 +0100 (CET) Received: from ribbon (unknown [193.50.110.160]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0D185115E9; Fri, 16 Feb 2018 11:22:06 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Quiliro Ordonez Baca Subject: Re: bug#30384: additional inputs required for Blender plugins References: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> Date: Fri, 16 Feb 2018 11:22:06 +0100 In-Reply-To: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> (Quiliro Ordonez Baca's message of "Wed, 07 Feb 2018 16:43:31 -0500") Message-ID: <873721qlo1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30384 Cc: 30384@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hello Quiliro, Quiliro Ordonez Baca skribis: > When i tryed to install the Sverchok addon > https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Nodes/Sverch= ok > http://nikitron.cc.ua/sverch/html/main.html > I got the message: > ImportError: No module named =E2=80=98numpy=E2=80=99 > so i installed python-numpy. > And then i got error: > ImportError: No module named =E2=80=98requests=E2=80=99 > I then instaled python-requests. Both these dependencies are mentioned in= Sverchok's documentation. Since installing these two packages solves the problem, can we consider this bug closed? My understanding of your message is that our =E2=80=98blender=E2=80=99 pack= age already does the right thing. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 17 17:13:29 2018 Received: (at 30384) by debbugs.gnu.org; 17 Feb 2018 22:13:29 +0000 Received: from localhost ([127.0.0.1]:48700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enAjZ-0000Ol-4o for submit@debbugs.gnu.org; Sat, 17 Feb 2018 17:13:29 -0500 Received: from mx1.riseup.net ([198.252.153.129]:58358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enAjV-0000Ob-A3 for 30384@debbugs.gnu.org; Sat, 17 Feb 2018 17:13:26 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 8B0BC1A0610; Sat, 17 Feb 2018 14:13:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1518905604; bh=KL9BzwwMRvLbdEi4kPWeaW4cgA6JCvDTk/8f1woRiiE=; h=From:To:Cc:Subject:References:Date:From; b=HxEp2MUjC8jhJ2PwO03+N/AKmihrDHc9PDhp0XKcjnSOa2FsqQgfuymQF1LeUVGBZ o4YPiK/OYnIA41P5O5cvcOissD2jFhcXWtxIHDuBWDpBsO9howT0+GF8r7+NC9nN6v +MPmMQnI4ux2UUX8MamKWnwRppj+rxt0HMoN9SiU= X-Riseup-User-ID: 921FCD89363DFBAA07FF2AA67B1F327BD7C6DDFED4EFDB5B597DB6528C7ADC5A Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id B175783175; Sat, 17 Feb 2018 14:13:23 -0800 (PST) From: Quiliro Ordonez Baca To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: bug#30384: additional inputs required for Blender plugins References: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> <873721qlo1.fsf@gnu.org> Date: Sat, 17 Feb 2018 17:13:21 -0500 Message-ID: <87bmgns1ry.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30384 Cc: 30384@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello Quiliro, > > Quiliro Ordonez Baca skribis: > >> When i tryed to install the Sverchok addon >> https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Nodes/Sverc= hok >> http://nikitron.cc.ua/sverch/html/main.html >> I got the message: >> ImportError: No module named =E2=80=98numpy=E2=80=99 >> so i installed python-numpy. >> And then i got error: >> ImportError: No module named =E2=80=98requests=E2=80=99 >> I then instaled python-requests. Both these dependencies are mentioned i= n Sverchok's documentation. > > Since installing these two packages solves the problem, Oh! That is right. It is not a problem of Blender. It is a problem of dependencies of Sverchok. What is needed is a package definition for Sverchok. Am I right? > can we consider > this bug closed? Yes. Thank you. :-) > My understanding of your message is that our =E2=80=98blender=E2=80=99 pa= ckage already > does the right thing. Yes. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 18 08:47:14 2018 Received: (at control) by debbugs.gnu.org; 18 Feb 2018 13:47:14 +0000 Received: from localhost ([127.0.0.1]:49032 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enPJC-0004yE-MJ for submit@debbugs.gnu.org; Sun, 18 Feb 2018 08:47:14 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:48866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enPJB-0004y5-1v for control@debbugs.gnu.org; Sun, 18 Feb 2018 08:47:13 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id DDF3DD9AD for ; Sun, 18 Feb 2018 14:47:11 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id miKwnRUNrR5q for ; Sun, 18 Feb 2018 14:47:11 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id F36137076 for ; Sun, 18 Feb 2018 14:47:10 +0100 (CET) Date: Sun, 18 Feb 2018 14:47:09 +0100 Message-Id: <87k1vaif4y.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #30384 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) tags 30384 notabug From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 18 08:47:40 2018 Received: (at 30384-done) by debbugs.gnu.org; 18 Feb 2018 13:47:40 +0000 Received: from localhost ([127.0.0.1]:49035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enPJb-0004yu-V5 for submit@debbugs.gnu.org; Sun, 18 Feb 2018 08:47:40 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:48872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1enPJa-0004yn-PQ for 30384-done@debbugs.gnu.org; Sun, 18 Feb 2018 08:47:39 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 469AED9AD; Sun, 18 Feb 2018 14:47:38 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VFzN6NhcumZl; Sun, 18 Feb 2018 14:47:37 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 246D67076; Sun, 18 Feb 2018 14:47:37 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Quiliro Ordonez Baca Subject: Re: bug#30384: additional inputs required for Blender plugins References: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> <873721qlo1.fsf@gnu.org> <87bmgns1ry.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 30 =?utf-8?Q?Pluvi=C3=B4se?= an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 18 Feb 2018 14:47:35 +0100 In-Reply-To: <87bmgns1ry.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> (Quiliro Ordonez Baca's message of "Sat, 17 Feb 2018 17:13:21 -0500") Message-ID: <87inauif48.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30384-done Cc: 30384-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Quiliro Ordonez Baca skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Hello Quiliro, >> >> Quiliro Ordonez Baca skribis: >> >>> When i tryed to install the Sverchok addon >>> https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Nodes/Sver= chok >>> http://nikitron.cc.ua/sverch/html/main.html >>> I got the message: >>> ImportError: No module named =E2=80=98numpy=E2=80=99 >>> so i installed python-numpy. >>> And then i got error: >>> ImportError: No module named =E2=80=98requests=E2=80=99 >>> I then instaled python-requests. Both these dependencies are mentioned = in Sverchok's documentation. >> >> Since installing these two packages solves the problem, > > Oh! That is right. It is not a problem of Blender. It is a problem of > dependencies of Sverchok. What is needed is a package definition for > Sverchok. Am I right? Not strictly required AIUI, but it wouldn=E2=80=99t hurt. >> can we consider >> this bug closed? > > Yes. Thank you. :-) Done, thanks! Ludo=E2=80=99. From unknown Thu Aug 14 21:53:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 19 Mar 2018 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator