I'm trying to import scikits sklearn.gaussian_process and I suspect
its compiled for a 32bit install Is there any way I can recompile to
work in sage???
Thanks for any help.

Here's the error:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_25.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding:
utf-8 -*-\\n" +
_support_.preparse_worksheet_cell(base64.b64decode("I3N5cy5wYXRoLmFwcGVuZCgnL0xpYnJhcnkvRnJhbWV3b3Jrcy9QeXRob24uZnJhbWV3b3JrL1ZlcnNpb25zLzIuNi9saWIvcHl0aG9uMi42L3NpdGUtcGFja2FnZXMvc2Npa2l0X2xlYXJuLTAuOS1weTIuNi1tYWNvc3gtMTAuNi11bml2ZXJzYWwuZWdnJykKIyBHYXVzc2lhbiBSZWdyZXNzaW9uCgpmcm9tIHNrbGVhcm4uZ2F1c3NpYW5fcHJvY2VzcyBpbXBvcnQgR2F1c3NpYW5Qcm9jZXNz"),globals())
+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>

  File "/private/var/folders/vO/vOC4zX5FFyu4C9KNO4CzNk+++TI/-Tmp-/
tmp7IjLno/___code___.py", line 5, in <module>
    exec compile(u'from sklearn.gaussian_process import
GaussianProcess
  File "", line 1, in <module>

  File "/Applications/sage/local/lib/python2.6/site-packages/sklearn/
__init__.py", line 19, in <module>
    raise ImportError("Please do not forget to run `make` first")
ImportError: Please do not forget to run `make` first

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to