-
Notifications
You must be signed in to change notification settings - Fork 537
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
pip install kats fail #308
Comments
I see there is a lot of bug installing kats, can someone help improve the install performance? It will be of great help. |
I also face same error. Help to resolve. |
Same. I tried creating a virtual environment with |
it works for me with : |
I'm having the same issue. Any resolution for this? |
This installation works for me. Create conda environment in a particular directory
Install fbprophet
Install Kats
Downgrade Packaging to 21.3 Change the line 178 in the site-packages\holidays\registry.py file in conda environment |
I got the same error as @xiaogangzhu when installing. I used python 3.7 as I noticed the requirements.txt says |
Don't use requirement.txt, the simplest installation can be made using conda env. I did it today and is working |
It worked like a charm, thanks! However, I would like to add that I ended up installing a specific version of the packaging library ( |
@waqarahmed6095 |
no dont use conda install -c conda-forge kats directly. See the process conda install -c conda-forge fbprophet
|
On Tue May 23, 2023 at 10:19, waqarahmed6095 wrote:
no dont use conda install -c conda-forge kats directly. See the process
#308 (comment)
Thanks, I saw that, but such a manual install means it's not maintainable or easily reproducible, which makes it no-go for me.
|
@ferdinandyb you have to do such installation for many libararies as they are not full maintainable |
I'm not sure this would help anyone but just in case. The answer #308 (comment) helped me thanks, however it didn't work straight away. I had problems installing prophet. There are some open issues about it in the repository. pip install numpy |
@crisjosil's method works for me! looks like a quick and great solution at the moment |
Actually this used to give me the original problem, but using Python 3.8 solved it |
I am now having the same issue. I have tried all of the things listed above and still no luck. The solution by @crisjosil doesn't work for me and using python 3.8 as @SamuMazzi suggested didn't work either. Now I'm stuck. |
I'm having the same issue and I'm using python 3.11.2 any leads? |
|
None of the proposed solutions worked for me directly, but they led me to find an absolute solution that works for me pretty well: (Windows 10) Step 1: Install Anaconda on your system (https://www.anaconda.com/download) You have to always repeat Step 8 before using Kats if you don't want to get an Error! |
The above method works on Mac as well, just tested. One thing to recorrect, should be: |
Got fail always when pip install kats
This is python 3.8.Anyone helps?
The text was updated successfully, but these errors were encountered: