-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kats installation failure #317
Comments
I am running into similar issues, and just wanted to bump this up for a solution. |
I'm also getting this error: Collecting kats error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
Did anyone for it correct, I am trying it too on Windows platform and python 3.8 but ending up on the same error, as suggested on other issues, installed below libraries still no luck |
I noticed the kats-0.2.0 is developed with python 3.7 and python3.8. But even I use a python version 3.8.11,I still meet a few of problem. |
bumping for attention, encountered same issue. Python 3.12.2 |
I have the same issue, can't go back to 3.8! |
Not posibble to install it on Google Colab too. Same problem and output occurs. |
You guys still trying to mess with that? 🤣 Wasting your time.
…On Mon, Dec 30, 2024, 10:05 PM Rustu YUCEL ***@***.***> wrote:
Not posibble to install it on Google Colab too. Same problem and output
occurs.
—
Reply to this email directly, view it on GitHub
<#317 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIVELNDTVWNFSXONOR3YNF32IIX2ZAVCNFSM6AAAAABR7LNQDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRWGE3DAMZZG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, I have been trying for more than a day now, the installation fails all the time when I try to install Kats 3.10.12, I have also tried the minimal installation, but also failed. The error message is not super informative to me, any insights are highly appreciated! Thank you.
Requirement already satisfied: pip in /usr/local/lib/python3.10/dist-packages (23.1.2)
Collecting kats
Using cached kats-0.2.0-py3-none-any.whl (612 kB)
Requirement already satisfied: attrs>=21.2.0 in /usr/local/lib/python3.10/dist-packages (from kats) (23.1.0)
Collecting deprecated>=1.2.12 (from kats)
Using cached Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB)
Requirement already satisfied: matplotlib>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from kats) (3.7.1)
Collecting numpy<1.22,>=1.21 (from kats)
Using cached numpy-1.21.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.9 MB)
Collecting pandas<=1.3.5,>=1.0.4 (from kats)
Using cached pandas-1.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 MB)
Requirement already satisfied: python-dateutil>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from kats) (2.8.2)
Collecting pystan==2.19.1.1 (from kats)
Using cached pystan-2.19.1.1.tar.gz (16.2 MB)
Preparing metadata (setup.py) ... done
Collecting fbprophet==0.7.1 (from kats)
Using cached fbprophet-0.7.1.tar.gz (64 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: scikit-learn>=0.24.2 in /usr/local/lib/python3.10/dist-packages (from kats) (1.2.2)
Collecting scipy<1.8.0 (from kats)
Using cached scipy-1.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB)
Requirement already satisfied: seaborn>=0.11.1 in /usr/local/lib/python3.10/dist-packages (from kats) (0.12.2)
Collecting setuptools-git>=1.2 (from kats)
Using cached setuptools_git-1.2-py2.py3-none-any.whl (10 kB)
Collecting statsmodels==0.12.2 (from kats)
Using cached statsmodels-0.12.2.tar.gz (17.5 MB)
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
The text was updated successfully, but these errors were encountered: