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

SyntaxError: only named arguments may follow *expression #1

Open
wangyarui opened this issue Oct 29, 2017 · 1 comment
Open

SyntaxError: only named arguments may follow *expression #1

wangyarui opened this issue Oct 29, 2017 · 1 comment

Comments

@wangyarui
Copy link

when I run python main.py

Some errors occur like these:

Traceback (most recent call last):
File "main.py", line 3, in
import helper
File "/home/richal/code/CarND-Semantic-Segmentation/helper.py", line 91
gt_bg = gt_bg.reshape(*gt_bg.shape, 1)
SyntaxError: only named arguments may follow *expression

But I have installed it bysudo pip install helperand sudo pip install requestin fact. Please,help,thank U

@neocsr
Copy link
Owner

neocsr commented Oct 29, 2017

That looks like a python version issue. I'm using python 3.5.2 and tensorflow 1.3.0.

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

2 participants