Actions
Bug #14441
closedpylint should depend on typing_extensions and astroid
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Description
; pylint man-fixer.py Traceback (most recent call last): ... ModuleNotFoundError: No module named 'typing_extensions'
Updated by Gary Mills 4 months ago
That's peculiar. The dependencies are there:
$ pkg contents -m developer/python/pylint-39 | grep ^depend depend fmri=developer/python/pylint@2.9.3,5.11-2020.0.1.0 type=require depend fmri=library/python/astroid-39 type=require depend fmri=library/python/isort-39 type=require depend fmri=library/python/mccabe-39 type=require depend fmri=library/python/toml-39 type=require depend fmri=pkg:/runtime/python-39@3.9.6-2020.0.1.0 type=require
Updated by Andreas Wacknitz 3 months ago
Can you check pylint again? I have updated it and its dependencies.
Updated by Rich Lowe 3 months ago
pkg_resources.DistributionNotFound: The 'platformdirs>=2.2.0' distribution was not found and is required by pylint
probably best to keep updating bits until you can run 'pylint'.
(I get a different error trying to pylint pkg, I'm not sure if it's a different problem or not)
Updated by Andreas Wacknitz about 2 months ago
- Status changed from New to Resolved
Actions