Skip to content

setup.py doesn't work when PyYAML is not preinstalled #41

@froxec

Description

@froxec

I've discovered that installing the package through the setup.py doesn't work when PyYAML is not preinstalled.
That's because setup.py uses this line:
from irsdk import VERSION.

irsdk file is of course dependent on PyYAML.

Quick fix: move VERSION to different file like version.py and change line
from irsdk import VERSION
to
from version import VERSION

This is not a critical problem, but worth to resolve.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions