Skip to content

Finally, run the following command in the C:\tensorflow1\models\research path: #599

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

Open
Mantis4849 opened this issue Mar 27, 2025 · 0 comments

Comments

@Mantis4849
Copy link

This error occurs when I run python setup.py build and python setup.py install

Extracting slim-0.1-py3.9.egg to d:\anaconda\envs\tensorflow_obj_detection\lib\site-packages
File "d:\anaconda\envs\tensorflow_obj_detection\lib\site-packages\slim-0.1-py3.9.egg\cognitive_planning\train_supervised_active_vision.py", line 185
print inputs
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(inputs)?

File "d:\anaconda\envs\tensorflow_obj_detection\lib\site-packages\slim-0.1-py3.9.egg\cognitive_planning\viz_active_vision_dataset_main.py", line 98
print world
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(world)?

File "d:\anaconda\envs\tensorflow_obj_detection\lib\site-packages\slim-0.1-py3.9.egg\cognitive_planning\envs\active_vision_dataset_env.py", line 940
print 'path not found, image_id = ', self._cur_world, self._cur_image_id
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('path not found, image_id = ', self._cur_world, self._cur_image_id)?

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

1 participant