This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author RhinosF1
Recipients RhinosF1
Date 2021-02-10.16:44:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612975482.21.0.997616058231.issue42744@roundup.psfhosted.org>
In-reply-to
Content
Adding log before it gets cleaned up as too old.

2020-12-25T17:42:03.0730305Z Traceback (most recent call last):
2020-12-25T17:42:03.0733282Z   File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages/pkg_resources/__init__.py", line 584, in _build_master
2020-12-25T17:42:03.0736279Z     ws.require(__requires__)
2020-12-25T17:42:03.0737901Z   File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages/pkg_resources/__init__.py", line 901, in require
2020-12-25T17:42:03.0739330Z     needed = self.resolve(parse_requirements(requirements))
2020-12-25T17:42:03.0742242Z   File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages/pkg_resources/__init__.py", line 792, in resolve
2020-12-25T17:42:03.0744366Z     raise VersionConflict(dist, req).with_context(dependent_req)
2020-12-25T17:42:03.0747963Z pkg_resources.ContextualVersionConflict: (geoip2 4.1.0 (/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages), Requirement.parse('geoip2<3.0'), {'sopel'})
2020-12-25T17:42:03.0754140Z 
2020-12-25T17:42:03.0754883Z During handling of the above exception, another exception occurred:
2020-12-25T17:42:03.0755487Z 
2020-12-25T17:42:03.0756004Z Traceback (most recent call last):
2020-12-25T17:42:03.0757250Z   File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/bin/sopel", line 6, in <module>
2020-12-25T17:42:03.0758216Z     from pkg_resources import load_entry_point
2020-12-25T17:42:03.0759775Z   File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3262, in <module>
2020-12-25T17:42:03.0760984Z     def _initialize_master_working_set():
2020-12-25T17:42:03.0762804Z   File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3245, in _call_aside
2020-12-25T17:42:03.0763832Z     f(*args, **kwargs)
2020-12-25T17:42:03.0765396Z   File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3274, in _initialize_master_working_set
2020-12-25T17:42:03.0766668Z     working_set = WorkingSet._build_master()
2020-12-25T17:42:03.0768222Z   File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages/pkg_resources/__init__.py", line 586, in _build_master
2020-12-25T17:42:03.0769460Z     return cls._build_from_requirements(__requires__)
2020-12-25T17:42:03.0771154Z   File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages/pkg_resources/__init__.py", line 599, in _build_from_requirements
2020-12-25T17:42:03.0772389Z     dists = ws.resolve(reqs, Environment())
2020-12-25T17:42:03.0773911Z   File "/opt/hostedtoolcache/Python/3.10.0-alpha.3/x64/lib/python3.10/site-packages/pkg_resources/__init__.py", line 787, in resolve
2020-12-25T17:42:03.0775227Z     raise DistributionNotFound(req, requirers)
2020-12-25T17:42:03.0776843Z pkg_resources.DistributionNotFound: The 'geoip2<3.0' distribution was not found and is required by sopel
2020-12-25T17:42:03.0924206Z ##[error]Process completed with exit code 1.
History
Date User Action Args
2021-02-10 16:44:42RhinosF1setrecipients: + RhinosF1
2021-02-10 16:44:42RhinosF1setmessageid: <1612975482.21.0.997616058231.issue42744@roundup.psfhosted.org>
2021-02-10 16:44:42RhinosF1linkissue42744 messages
2021-02-10 16:44:41RhinosF1create