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

When I try to run gdbgui on my windows it generates the following error: #443

Open
gpdzvapatsva opened this issue Nov 8, 2022 · 2 comments

Comments

@gpdzvapatsva
Copy link

    When I try to run gdbgui on my windows it generates the following error:

raise RuntimeError(
RuntimeError: Windows is not supported at this time. Versions lower than 0.14.x. are Windows compatible.
Please help. I cloned the gdbgui fro github

Originally posted by @gpdzvapatsva in #149 (comment)

@bjorn3
Copy link

bjorn3 commented Nov 8, 2022

Try git checkout v0.13.2.2 in the gdbgui repo. This should give you the latest version that is still compatible with windows according to the error message.

@xobs
Copy link

xobs commented Jan 31, 2024

I'm having the same issue. As per the installation, I installed it with python -mpip install gdbgui.

The error appears to be coming from server\ptylib.py line 5:

  File "venv\lib\site-packages\gdbgui\server\sessionmanager.py", line 11, in <module>
    from .ptylib import Pty
  File "venv\lib\site-packages\gdbgui\server\ptylib.py", line 5, in <module>
    raise RuntimeError(
RuntimeError: Windows is not supported at this time. Versions lower than 0.14.x. are Windows compatible.

I installed it via pip since installing pipx escapes my venv. If python -mpip install gdbgui is not a supported method, what is the correct way to install it?

I tried running pip install -v 'gdbgui<0.14.0' but the build failed with errors such as performance hint: src\gevent\libev\corecext.pyx:1291:5: Exception check on '_syserr_cb' will always require the GIL to be acquired.

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

3 participants