nortikin / sverchok

Sverchok
http://nortikin.github.io/sverchok/
GNU General Public License v3.0
2.23k stars 232 forks source link

Blender 2.78C failed to load Sverchok #1279

Closed enzyme69 closed 7 years ago

enzyme69 commented 7 years ago
Traceback (most recent call last):
  ....
  File "sverchok-master/utils/sv_update_utils.py", line 19, in <module>
    import requests
ImportError: No module named 'requests'
zeffii commented 7 years ago

that might be an osx specific thing.. Python compiled for osx without requests module?

if you go to text editor and try to run import requests that should work.. else you should file a bug report.. or see if one has been filed on blender.org already. probably has.

zeffii commented 7 years ago
import requests

print(requests.__title__, requests.__build__)

should print something like

requests 135168
zeffii commented 7 years ago

if that prints an Exception or error.. please close this Issue and file a report on https://developer.blender.org/

portnov commented 7 years ago

2.78c changelog for reference: https://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.78/Performance_update2

portnov commented 7 years ago

does not reproduce on 2.78c linux build (I downloaded linux x64 build as tar.bz2).

zeffii commented 7 years ago

also works in win64.

zeffii commented 7 years ago

people are talking about on IRC / #blendercoders now. osx's python has no requests module

hackerman-: Juicyfruit odd, the release osx 2.78c deos indeed has no requests in the sitepackages / where also numpy resides )
zeffii commented 7 years ago

probably @enzyme69 the foundation will release the osx installers again using the same .zip 2.78c , that's what they said anyway.. i didn't stay around for long.

enzyme69 commented 7 years ago

ok then, B should ok

ghost commented 7 years ago

@enzyme69 , how did you deal with it? I face the same problem. Thanks.

zeffii commented 7 years ago

@zhaozj89 get a more recent build for osx : https://builder.blender.org/download/