Open Tixi3 opened 1 month ago
Hi, we had been the same problem. It was solutioned using python version 3.9.20 using pyenv.
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
I want to run Logai locally via VSCode. I positioned myself to logai folder, set up the environment and when I try "pip3 install logai" command, I receive the following error. I tried to solve it with following commands: pip3 install --upgrade pip setuptools wheel Cython pip3 install --no-build-isolation logai pip3 install --no-cache-dir logai pip3 install --no-build-isolation logai pip3 install --prefer-binary logai and nothing worked, I always receive the same error.
This is the error: Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [67 lines of output]