Adam Sherwood
Adam Sherwood
I find this response a bit unhelpful. I had the same issue: ``` module 'posixpath' has no attribute 'ALLOW_MISSING' at /usr/lib/python3.12/tarfile.py:770 in _get_filtered_attrs 766│ 767│ def _get_filtered_attrs(member, dest_path, for_data=True): 768│...
@dimbleby thanks for the response I agree it looks like #10333. Is there any way to see which version of python poetry runs with?
I also failed with: ``` poetry self add poetry-plugin-shell The following packages are already present in the pyproject.toml and will be skipped: - poetry-plugin-shell If you want to update it...