-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
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
bluesliverx
Metadata
Metadata
Assignees
Labels
No labels