From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quiliro Ordonez Baca Subject: bug#30384: additional inputs required for Blender plugins Date: Sat, 17 Feb 2018 17:13:21 -0500 Message-ID: <87bmgns1ry.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> References: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> <873721qlo1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enAk9-0000wC-SY for bug-guix@gnu.org; Sat, 17 Feb 2018 17:14:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enAk6-00056U-LT for bug-guix@gnu.org; Sat, 17 Feb 2018 17:14:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40804) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1enAk6-00056Q-H7 for bug-guix@gnu.org; Sat, 17 Feb 2018 17:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1enAk6-0000Pk-Bh for bug-guix@gnu.org; Sat, 17 Feb 2018 17:14:02 -0500 In-Reply-To: <871shwo4qk.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30384@debbugs.gnu.org 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.