You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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)?
The text was updated successfully, but these errors were encountered: