79289610

Date: 2024-12-17 23:26:23
Score: 2.5
Natty:
Report link

I just ran into this problem myself when debugging some python code in WSL. The problem ended up being I was importing matplotlib without starting xlaunch. For reference I had pyqt5 installed with matplotlib in my wsl virtual environment. Even though I wasn't creating any plots I needed to either not import matplotlib or start xlaunch for the debugger to run at normal speed.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aaron M