- Poetry version:
1.4.0
- Python version:
python3.9
Issue
When using the latest version, 1.4.0 we get the following runtime error:
Installing sqlalchemy (1.4.46)
AssertionError
In /builds/project-0/.cache/pypoetry/artifacts/39/96/f1/0f021ed26225e8d9035c9bac5a886b024840f841af84bd33f2be466dcb/aws_psycopg2-1.3.8-py3-none-any.whl, psycopg2/_psycopg.cpython-38-aarch64-linux-gnu.so is not mentioned in RECORD
at venv/lib/python3.9/site-packages/installer/sources.py:158 in get_contents
154│ if item.filename[-1:] == "/": # looks like a directory
155│ continue
156│
157│ record = record_mapping.pop(item.filename, None)
→ 158│ assert record is not None, "In {}, {} is not mentioned in RECORD".format(
159│ self._zipfile.filename,
160│ item.filename,
161│ ) # should not happen for valid wheels
162│
However, when we downgrade to poetry==1.3.2 this problem goes away...
1.4.0python3.9-vvvoption) and have included the output below.Issue
When using the latest version,
1.4.0we get the following runtime error:However, when we downgrade to
poetry==1.3.2this problem goes away...