naokishibuya/car-finding-lane-lines

syntax error

joeaaron opened this issue · 4 comments

syntax error

cv2.line<line_image, *line, color, thickness>
only named arguments may follow *expression

This project is written in python3. You won't get the error if you're using python3.
If you still want to proceed with python2.7, refer to the link below:

http://answers.opencv.org/question/178246/how-to-solve-this-problem-syntaxerror-only-named-arguments-may-follow-expression/

thank you so much

You can close the issue now.