itwmm
itwmm copied to clipboard
Errors in all the ipynb
Hi, I run ipynb in jupyter, all of ipynb files have the same error as followed.
File "F:\appearance\itwmm-master\notebooks\itwmm\fitting\hessian.py", line 95 pp = c_f * j['J_f_p'].T @ j['J_f_p'] + c_l * j['J_l_p'].T @ j['J_l_p'] ^ SyntaxError: invalid syntax
Hello, @lvzhihan! The error indicates that you need a newer python version (>=3.5)
Sorry to bump this issue, but why does this repository use Python 3.5 when menpoproject
only support Python 2.7?
Edit: My bad, I see that menpo does actually support >=3.5. But for some reason the menpoproject
superpackage on conda is only for 2.7. To anyone reading this, if you are having trouble installing the superpackage for Python 3, try installing each individual package instead.