sdispater / orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.

Home Page:https://orator-orm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when installing orator with poetry

maciekrb opened this issue · comments

Expected behavior:

poetry add orator

Should add the dependency and corresponding hashes into poetry.lock

Observed behavior

poetry add orator
file could not be opened successfully:
- method gz: ReadError('not a gzip file')
- method bz2: ReadError('not a bzip2 file')
- method xz: ReadError('not an lzma file')
- method tar: ReadError('invalid header')

OS: MacOS Ventura 13.4
Virtualenv
Python: 3.9.16
Implementation: CPython

Seems like this was a poetry bug fixed in version 1.5.1. So I'm closing this.