Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] pylint: 'astroid<3, >=2.2.0' distribution was not found and is required by pylint
@ 2019-09-14  1:15 voidlinux-github
  2019-09-14  7:50 ` [ISSUE] [CLOSED] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-14  1:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1665 bytes --]

New issue by AN3223 on void-packages repository

https://github.com/void-linux/void-packages/issues/14441

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  Void 5.2.14_1 x86_64 GenuineIntel uptodate rrrmFFF
* package:  pylint-2.3.1_1 python3-pylint-2.3.1_1

### Expected behavior
Should run

### Actual behavior
Throws an exception:
```
Traceback (most recent call last):
  File "/bin/pylint", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3250, in <module>
    @_call_aside
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 585, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'astroid<3,>=2.2.0' distribution was not found and is required by pylint
```

### Steps to reproduce the behavior
`$ pylint2`
or
`$ pylint3`

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] pylint: 'astroid<3, >=2.2.0' distribution was not found and is required by pylint
  2019-09-14  1:15 [ISSUE] pylint: 'astroid<3, >=2.2.0' distribution was not found and is required by pylint voidlinux-github
@ 2019-09-14  7:50 ` voidlinux-github
  2019-09-15  2:04 ` voidlinux-github
  2019-09-15  8:04 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-14  7:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1668 bytes --]

Closed issue by AN3223 on void-packages repository

https://github.com/void-linux/void-packages/issues/14441

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  Void 5.2.14_1 x86_64 GenuineIntel uptodate rrrmFFF
* package:  pylint-2.3.1_1 python3-pylint-2.3.1_1

### Expected behavior
Should run

### Actual behavior
Throws an exception:
```
Traceback (most recent call last):
  File "/bin/pylint", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3250, in <module>
    @_call_aside
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 585, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'astroid<3,>=2.2.0' distribution was not found and is required by pylint
```

### Steps to reproduce the behavior
`$ pylint2`
or
`$ pylint3`

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pylint: 'astroid<3, >=2.2.0' distribution was not found and is required by pylint
  2019-09-14  1:15 [ISSUE] pylint: 'astroid<3, >=2.2.0' distribution was not found and is required by pylint voidlinux-github
  2019-09-14  7:50 ` [ISSUE] [CLOSED] " voidlinux-github
@ 2019-09-15  2:04 ` voidlinux-github
  2019-09-15  8:04 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-15  2:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 351 bytes --]

New comment by AN3223 on void-packages repository

https://github.com/void-linux/void-packages/issues/14441#issuecomment-531527867

Comment:
@Hoshpak Now I got `pkg_resources.DistributionNotFound: The 'typed-ast>=1.3.0' distribution was not found and is required by astroid` when trying to run pylint3 (works fine after installing python3-typed-ast).

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pylint: 'astroid<3, >=2.2.0' distribution was not found and is required by pylint
  2019-09-14  1:15 [ISSUE] pylint: 'astroid<3, >=2.2.0' distribution was not found and is required by pylint voidlinux-github
  2019-09-14  7:50 ` [ISSUE] [CLOSED] " voidlinux-github
  2019-09-15  2:04 ` voidlinux-github
@ 2019-09-15  8:04 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-15  8:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/issues/14441#issuecomment-531544349

Comment:
That's strange. I explicitely added the dependency to pylint, it seems the builders failed to pick it up. However it's indeed a dependency of astroid and not pylint. I fixed that now.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-15  8:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-14  1:15 [ISSUE] pylint: 'astroid<3, >=2.2.0' distribution was not found and is required by pylint voidlinux-github
2019-09-14  7:50 ` [ISSUE] [CLOSED] " voidlinux-github
2019-09-15  2:04 ` voidlinux-github
2019-09-15  8:04 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).