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

local variable 'leaderboard_evaluator' referenced before assignment #160

Open
dinuransika opened this issue Nov 18, 2023 · 1 comment
Open

Comments

@dinuransika
Copy link

image
I get the above error when trying to run the run_evaluation.sh. When I wrap the client.get_trafficmanager(int(args.trafficManagerPort)) in a try catch block like this I get the following error.

try:
      self.traffic_manager = self.client.get_trafficmanager(int(args.trafficManagerPort))
  except Exception as e:
      print(e)

image
Can someone tell me what's wrong there?

@shriram-mz
Copy link

For the assignment error, before starting to run the code, you can try out the command "pkill -9 python", i believe this should be a good quick fix.

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