-
Notifications
You must be signed in to change notification settings - Fork 38
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
pylint install missing module named 'tomlkit' #1218
Comments
I cannot reproduce this with the current version 2.14.5, successfully building and importing in Python 3.10.4. The
It's not required with Python >= 3.10 since the functionality is already provided by the core library. |
with tomlkit-py310 NOT installed:
Can you post your verbatim error? |
Well macOS 15.3.1 / Xcode 16.2 / Intel x86_64
And then reinstalling tomlkit-py310 and running pylint again:
|
Interesting that tests don't catch that but the executable definitely seems to need it. Will fix and push. For now can just install tomlkit-py like you did. |
Actually I just did a local edit to the dot-info file, you want me to submit a PR or do want to just fix it as trivial? |
fixed by 4f49ef4 |
After installing pylint-py310 it fails to run with the error:
ModuleNotFoundError: No module named 'tomlkit'
pylint.info does not have a dependency on toolkit. Will submit PR? Don't know if that dependency is needed for pylint-py-1.9.5.info or pylint-py-2.3.1.info any advice?
pylint does have a dependency on tomli-py. But not tomlkit-py.
I don't see the reason for special version checking for the dependency on typing-extensions-pyXX since it has an item for all allowed versions of python.
The text was updated successfully, but these errors were encountered: