Update packaging dep to v20.8#125
Conversation
|
This should also resolve issue python-poetry/poetry#3591 now that I understand the problem better. |
|
Based on the testing over at python-poetry/poetry#3530, this PR does the trick. |
|
@finswimmer Could you review this? |
| lark-parser = "^0.9.0" | ||
| packaging = "^20.1" | ||
| packaging = "^20.8" | ||
| pyrsistent = "^0.16.0" |
There was a problem hiding this comment.
Why is pyrsistent added explicitly here?
There was a problem hiding this comment.
@sdispater 'cause in ^0.17 they dropped Python 2.x support (ref: https://github.com/tobgu/pyrsistent/blob/master/CHANGES.txt#L17#L19)
|
Hoping that Packaging 20.9 will be released soon (maybe today!) and that will also add support for Universal wheels on Apple Silicon, so it would be a fantastic upgrade (okay, not quite as important yet as loading any wheel on Intel Big Sur, which was the core of this update, but still and important step forward too!). pypa/packaging#385 |
|
Thanks @sdispater! |
|
Packaging 20.9 is out, can we get an update? It's needed for proper Apple Silicon support. |
|
Any updates on a release? I had just switched my team to poetry before this started and hasn't been a great experience for everyone so we are looking forward to the release. |
|
I'd love to see an update too; not being able to install NumPy on macOS Big Sur is a quite a bummer! I asked for Packaging 20.9 largely so it would be possible to be included in the Poetry 1.1.x series, since 21.0 will drop Python 2.7 and 3.5 (perfect for Poetry 1.2). |
|
Looking forward to a release as well, as I'm sure are lots of other Big Sure users out there :) |
|
Hi @sdispater I would really appreciate if this could be released or are there any reasons not to do so? |
|
Has this fixed the problem for others? I still can't install packages |
Resolves: python-poetry/poetry#3458