Hi everyone!
I recently installed Cadabra on my Mac OS X 10.10.5 but I'm having trouble when compiling.
Indeed, trying to run the following program (using cadabra2-gtk):
{\mu,\nu,\rho,\sigma,\lambda,\kappa,\alpha,\beta,\gamma,\xi}::Indices.
h_{\mu\nu};
then the following error shows up:
/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/importlib/_bootstrap.py:205: RuntimeWarning: to-Python converter for std::__1::shared_ptr<cadabra::Ex> already registered; second conversion method ignored.\n return f(*args, **kwds)\n File \"<string>\", line 1\n _ = h_{\\mu\\nu}; display(_)\n ^\nSyntaxError: invalid syntax\n\
Any idea on what is the problem?
Thanks already for any help!