[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2021-02-10 Thread RhinosF1
RhinosF1 added the comment: Thanks. Very likely! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2021-02-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: setuptools and pip were upgraded in alpha 5 which could have fixed this : https://github.com/python/cpython/commit/4d11ecbb5ed78e6259ee27289c7638aad795f473 -- nosy: +xtreak ___ Python tracker

[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2021-02-10 Thread RhinosF1
Change by RhinosF1 : -- type: compile error -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2021-02-10 Thread RhinosF1
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. -- resolution: ->

[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2021-02-10 Thread RhinosF1
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", line 584,

[issue42744] pkg_resources seems to treat python 3.10 as python 3.1

2020-12-25 Thread RhinosF1
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/is