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

Getting error in a python file #13

Open
pathakarvindk opened this issue Sep 7, 2022 · 0 comments
Open

Getting error in a python file #13

pathakarvindk opened this issue Sep 7, 2022 · 0 comments

Comments

@pathakarvindk
Copy link

Hello Everyone
Getting this error while launching "roslaunch ur_training default.launch"


Executed ur_training/init.py
/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import fnmatch, glob, traceback, errno, sys, atexit, locale, imp, stat
Traceback (most recent call last):
File "/home/dimaag-nav/suhas_home/ur_reach_rl/src/ur_openai_ros/ur_training/script/ur_training/default.py", line 13, in
from ur_training.algorithm.qlearn import *
File "/home/dimaag-nav/suhas_home/ur_reach_rl/src/ur_openai_ros/ur_training/script/ur_training/algorithm/init.py", line 1
print " Executing ur_training/algorithm/init.py"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(" Executing ur_training/algorithm/init.py")?

Can anyone give any solution for the same

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