Hi,
I had to install again spyder, anaconda, and brian2 on my mac.
Unfortunately, runnig a brian code I got the following three warnings (see below), but I don't know what exactly they mean.
I installed cython 0.22, but it continue to appear, probably it is a warning related with dependencies.
Please could you help me to eliminate these warnings making a faster code runnig?
Many thanks in advance!
Sandro
WARNING brian2.codegen.runtime.weave_rt.weave_rt.failed_compile_test: Cannot use weave, a test compilation failed: error: Command "clang++ -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Spyder-Py2.app/Contents/Resources/lib/python2.7/scipy/weave -I/Applications/Spyder-Py2.app/Contents/Resources/lib/python2.7/scipy/weave/scxx -I/Applications/Spyder-Py2.app/Contents/Resources/lib/python2.7/numpy/core/include -I/Applications/Spyder-Py2.app/Contents/Resources/include/python2.7 -c /Users/sandro/.cache/scipy/python27_compiled/sc_302644cc5257b9feebbfde0f5856848e51.cpp -o /var/folders/c1/7pmwl23d1fg60ktvhd75vd840000gn/T/scipy-sandro-iP0pDP/python27_intermediate/compiler_10a3badd5737329477237726cc2e9ec1/Users/sandro/.cache/scipy/python27_compiled/sc_302644cc5257b9feebbfde0f5856848e51.o -w -O3" failed with exit status 1 (CompileError)
WARNING brian2.codegen.runtime.cython_rt.cython_rt.failed_compile_test: Cannot use Cython, a test compilation failed: Cython is not available (ImportError)
WARNING brian2.devices.device.codegen_fallback: Cannot use compiled code, falling back to the numpy code generation target. Note that this will likely be slower than using compiled code.