Skip to content

PyLint-based plugin in CudaText cannot work on embedded Windows Python 3.12.9 x64 #10249

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

Closed
Alexey-T opened this issue Feb 26, 2025 · 1 comment
Labels
Downstream Bug 🪲 The problem happens in a lib depending on pylint, not pylint

Comments

@Alexey-T
Copy link

Alexey-T commented Feb 26, 2025

I get this error in CudaText console panel (on the bottom, click the sidebar button):

Init: cuda_lint
ERROR: exception in pylint.check: cannot import name 'formatargspec' from 'inspect' (C:\CudaText\python312.zip\inspect.pyc)

I checked file inspect.pyc and I cannot find that symbol 'formatargspec'.

I tried to upgrage 'pylint' module to the last 3.3.4 version, did not help.
Homepage of plugin: https://github.com/cudatext-addons/cuda_lint_pylint (has old pylint version 2.x which also shown the same error).

To install PyLint based plugin in CudaText:

  • 'plugins / addon manager / install'
  • find in listbox item 'PyLint' and ENTER
@Alexey-T Alexey-T changed the title PyLint-based plugin in CudaText cannot work on embedded Python 3.12.9 x64 PyLint-based plugin in CudaText cannot work on embedded Windows Python 3.12.9 x64 Feb 26, 2025
@jacobtylerwalls
Copy link
Member

This sounds like an issue with the plugin. pylint core doesn't import formatargspec

@jacobtylerwalls jacobtylerwalls closed this as not planned Won't fix, can't repro, duplicate, stale Feb 26, 2025
@jacobtylerwalls jacobtylerwalls added the Downstream Bug 🪲 The problem happens in a lib depending on pylint, not pylint label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Downstream Bug 🪲 The problem happens in a lib depending on pylint, not pylint
Projects
None yet
Development

No branches or pull requests

2 participants