Skip to content

dependency lyteidl fails pip check #528

@nh13

Description

@nh13

It looks like there's no VERSION file in lyteidl (0.2.1 on pypi), which causes pip check to fail when building from the tarball on pypi. The wheel works fine due to the correct version being in the metadata. Sorry for the hassle, is there any way you can add the VERSION file needed by setup.py:
__version__ = os.getenv("VERSION") or "0.0.0+develop"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions