Hey Marek,
Unfortunately the torrent has no seeds. I’m trying to download the ova from the
link you put up.
I m also trying to manually get the dependencies installed. Managed to get most
installed but using the latest versions as opposed to the ones in the
requirements file. 3 of the dependencies are throwing clang related errors.
Here’s the log for each:
pytest-cov==1.6
Installing collected packages: pytest-cov, cov-core, coverage
Running setup.py install for pytest-cov
Running setup.py install for cov-core
Wrote pth file for subprocess measurement to
/Library/Python/2.6/site-packages/init_cov_core.pth
Running setup.py install for coverage
building 'coverage.tracer' extension
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common
-fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG
-Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall
-Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
coverage/tracer.c -o build/temp.macosx-10.9-intel-2.6/coverage/tracer.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
——————————————
psutil
Installing collected packages: psutil
Running setup.py install for psutil
building '_psutil_osx' extension
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common
-fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG
-Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall
-Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
psutil/_psutil_osx.c -o build/temp.macosx-10.9-intel-2.6/psutil/_psutil_osx.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
psutil/_psutil_osx.c:125:31: warning: implicit conversion loses integer
precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
if (psutil_get_kinfo_proc(pid, &kp) == -1) {
~~~~~~~~~~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:167:24: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
ret = proc_pidpath(pid, &buf, sizeof(buf));
~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:209:31: warning: implicit conversion loses integer
precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
if (psutil_get_kinfo_proc(pid, &kp) == -1) {
~~~~~~~~~~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:227:31: warning: implicit conversion loses integer
precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
if (psutil_get_kinfo_proc(pid, &kp) == -1) {
~~~~~~~~~~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:247:31: warning: implicit conversion loses integer
precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
if (psutil_get_kinfo_proc(pid, &kp) == -1) {
~~~~~~~~~~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:267:31: warning: implicit conversion loses integer
precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
if (psutil_get_kinfo_proc(pid, &kp) == -1) {
~~~~~~~~~~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:302:42: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
err = task_for_pid(mach_task_self(), pid, &task);
~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:346:39: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
err = proc_regionfilename(pid, address, buf, sizeof(buf));
~~~~~~~~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:477:31: warning: implicit conversion loses integer
precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
if (psutil_get_kinfo_proc(pid, &kp) == -1) {
~~~~~~~~~~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:777:25: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
num = getfsstat(fs, len, MNT_NOWAIT);
~~~~~~~~~ ^~~
psutil/_psutil_osx.c:874:31: warning: implicit conversion loses integer
precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
if (psutil_get_kinfo_proc(pid, &kp) == -1) {
~~~~~~~~~~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:910:42: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
err = task_for_pid(mach_task_self(), pid, &task);
~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:1019:35: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
pidinfo_result = proc_pidinfo(pid, PROC_PIDLISTFDS, 0, NULL, 0);
~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:1031:35: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
pidinfo_result = proc_pidinfo(pid, PROC_PIDLISTFDS, 0, fds_pointer,
~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:1047:33: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
nb = proc_pidfdinfo(pid,
~~~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:1151:35: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
pidinfo_result = proc_pidinfo(pid, PROC_PIDLISTFDS, 0, NULL, 0);
~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:1161:35: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
pidinfo_result = proc_pidinfo(pid, PROC_PIDLISTFDS, 0, fds_pointer,
~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:1179:33: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
nb = proc_pidfdinfo(pid, fdp_pointer->proc_fd,
PROC_PIDFDSOCKETINFO,
~~~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:1346:35: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
pidinfo_result = proc_pidinfo(pid, PROC_PIDLISTFDS, 0, NULL, 0);
~~~~~~~~~~~~ ^~~
psutil/_psutil_osx.c:1355:35: warning: implicit conversion loses integer
precision: 'long' to 'int' [-Wshorten-64-to-32]
pidinfo_result = proc_pidinfo(pid, PROC_PIDLISTFDS, 0, fds_pointer,
~~~~~~~~~~~~ ^~~
20 warnings generated.
psutil/_psutil_osx.c:337:48: warning: format specifies type 'unsigned long'
but the argument has type 'vm_address_t' (aka 'unsigned int') [-Wformat]
sprintf(addr_str, "%016lx-%016lx", address, address + size);
~~~~~~ ^~~~~~~
%016x
/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^
psutil/_psutil_osx.c:337:57: warning: format specifies type 'unsigned long'
but the argument has type 'unsigned int' [-Wformat]
sprintf(addr_str, "%016lx-%016lx", address, address + size);
~~~~~~ ^~~~~~~~~~~~~~
%016x
/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^
2 warnings generated.
——————————
PIL
Installing collected packages: PIL
Running setup.py install for PIL
WARNING: '' not a valid package name; please use only.-separated package
names in setup.py
--- using frameworks at /System/Library/Frameworks
building '_imaging' extension
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common
-fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG
-Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall
-Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBZ
-I/System/Library/Frameworks/Tcl.framework/Headers
-I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include
-I/usr/local/include -I/usr/include
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
_imaging.c -o build/temp.macosx-10.9-intel-2.6/_imaging.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
_imaging.c:379:9: warning: implicit conversion loses integer precision:
'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
n = PyObject_Length(arg);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/abstract.h:434:25:
note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
_imaging.c:394:28: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
int temp = PyInt_AsLong(op);
~~~~ ^~~~~~~~~~~~~~~~
_imaging.c:400:28: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
int temp = PyInt_AsLong(op);
~~~~ ^~~~~~~~~~~~~~~~
_imaging.c:410:28: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
int temp = PyInt_AsLong(op);
~~~~ ^~~~~~~~~~~~~~~~
_imaging.c:416:28: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
int temp = PyInt_AsLong(op);
~~~~ ^~~~~~~~~~~~~~~~
_imaging.c:523:17: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
r = PyInt_AsLong(color);
~ ^~~~~~~~~~~~~~~~~~~
_imaging.c:531:21: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
r = PyInt_AS_LONG(color);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/intobject.h:51:51:
note: expanded from macro 'PyInt_AS_LONG'
#define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
_imaging.c:555:13: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
r = PyInt_AsLong(color);
~ ^~~~~~~~~~~~~~~~~~~
_imaging.c:569:17: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
r = PyInt_AsLong(color);
~ ^~~~~~~~~~~~~~~~~~~
_imaging.c:923:14: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
*x = PyInt_AS_LONG(value);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/intobject.h:51:51:
note: expanded from macro 'PyInt_AS_LONG'
#define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
_imaging.c:931:14: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
*y = PyInt_AS_LONG(value);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/intobject.h:51:51:
note: expanded from macro 'PyInt_AS_LONG'
#define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
_imaging.c:1221:9: warning: implicit conversion loses integer precision:
'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
n = PyObject_Length(data);
~ ^~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/abstract.h:434:25:
note: expanded from macro 'PyObject_Length'
#define PyObject_Length PyObject_Size
^
_imaging.c:3009:15: warning: implicit conversion loses integer precision:
'long' to 'int' [-Wshorten-64-to-32]
y = i / im->xsize;
~ ~~^~~~~~~~~~~
_imaging.c:3017:5: warning: incompatible pointer types initializing
'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type
'inquiry' (aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types]
(inquiry) image_length, /*sq_length*/
^~~~~~~~~~~~~~~~~~~~~~
_imaging.c:3077:5: warning: incompatible pointer types initializing
'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type
'inquiry' (aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types]
(inquiry) NULL, /*mp_length*/
^~~~~~~~~~~~~~
15 warnings generated.
_imaging.c:3017:5: warning: incompatible pointer types initializing
'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type
'inquiry' (aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types]
(inquiry) image_length, /*sq_length*/
^~~~~~~~~~~~~~~~~~~~~~
_imaging.c:3077:5: warning: incompatible pointer types initializing
'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type
'inquiry' (aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types]
(inquiry) NULL, /*mp_length*/
^~~~~~~~~~~~~~
2 warnings generated.
————————
On Nov 16, 2013, at 6:29 PM, Marek Otahal <[email protected]> wrote:
> Hi Nicolas,
>
> sorry for a late reply.
>
>
> On Sat, Nov 16, 2013 at 2:42 PM, Nicholas Mitri <[email protected]> wrote:
>
> For non-devs like myself who are interested in this project solely for the
> machine learning aspect of it (which is my background), it would be great to
> have a version of NuPIC that works out of the box. Something stable, even if
> not optimized yet.
>
> In that case, maybe you should consider running a VM with preset NuPIC?
> http://www.mail-archive.com/[email protected]/msg01012.html
> If the download is slow, there's a torrent the guys are seeding, check that
> out too.
>
> My interest in NuPIC, as I’d imagine is the case for most ML researchers, is
> investigating its claims. How well it clusters? How well it captures temporal
> data? Can I get better performance with it than state-of-the-art methods?
> Most importantly, can I incorporate multiple layers in the hierarchy and
> incorporate feedback?
>
> This is what I came to do, but ended up hacking everything aroud :) I would
> be very interested to see your results.
>
> Best regards, Mark
>
> --
> Marek Otahal :o)
> _______________________________________________
> nupic mailing list
> [email protected]
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org