Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in all the ipynb #4

Open
lvzhihan opened this issue Aug 31, 2018 · 2 comments
Open

Errors in all the ipynb #4

lvzhihan opened this issue Aug 31, 2018 · 2 comments

Comments

@lvzhihan
Copy link

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

@aboev
Copy link

aboev commented Jan 31, 2019

Hello, @lvzhihan! The error indicates that you need a newer python version (>=3.5)

@andrewkchan
Copy link

andrewkchan commented Mar 21, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants