Skip to content

Dependency error - Temp Solution #82

@DatadudeDev

Description

@DatadudeDev

pip install logai in a fresh venv yeilds a flurry of errors. I found that uninstalling statsmodels, numpy, and scipy then defining explicit versions in a constraints.txt did the trick.

contents of ./constraints.txt:

numpy==1.23.5
cython==0.29.36
scipy==1.10.1
statsmodels==0.14.2

run the installation with this command:

pip install --no-cache-dir --constraint constraints.txt logai

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions