Change by RhinosF1 :
--
nosy: +RhinosF1
___
Python tracker
<https://bugs.python.org/issue45235>
___
___
Python-bugs-list mailing list
Unsubscribe:
RhinosF1 added the comment:
Thanks. Very likely!
--
___
Python tracker
<https://bugs.python.org/issue42744>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by RhinosF1 :
--
type: compile error -> behavior
___
Python tracker
<https://bugs.python.org/issue42744>
___
___
Python-bugs-list mailing list
Un
RhinosF1 added the comment:
Can't seem to reproduce on alpha 5.
https://github.com/MirahezeBots/MirahezeBots/pull/431/checks?check_run_id=1873007567
https://github.com/python/cpython/compare/v3.10.0a3...v3.10.0a5 doesn't load
for me so not sure when it was fixed.
--
RhinosF1 added the comment:
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",
Change by RhinosF1 :
--
nosy: +RhinosF1
___
Python tracker
<https://bugs.python.org/issue42750>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from RhinosF1 :
As seen in
https://github.com/MirahezeBots/MirahezeBots/pull/380/checks?check_run_id=1609121656,
pkg_resources is throwing errors about version conflicts as it seems it thinks
3.10 is 3.1 or similar. This was fixed for PyPA/Pip in
https://github.com/pypa/pip