-
Notifications
You must be signed in to change notification settings - Fork 16
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
Pydevd-odoo does not work for Python 3.8 #3
Comments
Introduces error in Python 3.8 (used in v14): odoo-ide/pydevd-odoo#3 Removing until issue is fixed
Introduces error in Python 3.8 (used in v14): odoo-ide/pydevd-odoo#3 Removing until issue is fixed
microsoft/debugpy#475 crosslink |
@joao-p-marques Please see fabioz/debugpy@792458b . Seems it is not an issue with this module, but ratther pydevd. |
Thanks @gdgellatly. I will test if that fixes the issue. My only question is why did installing |
@joao-p-marques No it is nothing like that. It is simply that you happened to install a pydevd extension. If it wasn't this module it would have been another. The error is in the extension loading mechanism of pydevd. Looking at the failing code it is quite obviously a pydevd issue and not to do with this module. |
@joao-p-marques I have checked and this issue was closed upstream by this commit microsoft/debugpy@ac05dab |
When I try to run
pydevd-odoo
in Python 3.8 along withdebugpy
, it introduces an error that prevents it from runningThe error is the following:
I associate this bug with
pydev-odoo
because:cc @Tecnativa @yajo
The text was updated successfully, but these errors were encountered: