[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30384: additional inputs required for Blender plugins
From: |
Ludovic Courtès |
Subject: |
bug#30384: additional inputs required for Blender plugins |
Date: |
Sun, 18 Feb 2018 14:47:35 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Quiliro Ordonez Baca <address@hidden> skribis:
> address@hidden (Ludovic Courtès) writes:
>
>> Hello Quiliro,
>>
>> Quiliro Ordonez Baca <address@hidden> skribis:
>>
>>> 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 ‘numpy’
>>> so i installed python-numpy.
>>> And then i got error:
>>> ImportError: No module named ‘requests’
>>> 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’t hurt.
>> can we consider
>> this bug closed?
>
> Yes. Thank you. :-)
Done, thanks!
Ludo’.