Blocking errors while trying to install kats 0.2.0 (with or without Docker)
See original GitHub issueHi, I tried to install the latest version – both minimal and not minimal version – but it ends up with errors.
This is a minimal Dockerfile
to try to reproduce the errors.
FROM python:3.9.15-slim
WORKDIR /app
RUN MINIMAL_KATS=1 pip install kats==0.2.0
# alternative => pip install kats==0.2.0
Thank you.
Issue Analytics
- State:
- Created a year ago
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Unable to install Kats · Issue #174 - GitHub
I've tried the pip install kats method, returns a wall of errors ERROR: Command ... error. Tried in various different virtual envs 3.8-3.10....
Read more >Running setup.py install for fbprophet ... error
I have tried running as administrator and without. My anaconda prompt cannot install anything without throwing errors. I would rather use pip.
Read more >Overview | Docker Documentation
This page contains information on: How to diagnose and troubleshoot Docker Desktop issues; Check the logs; Find workarounds for common problems ...
Read more >SOLVED: Docker build “Could not resolve 'archive.ubuntu ...
I was configuring Apache server using an ubuntu:latest image and during the process, i encountered an unusual error where i couldn't apt-get anything...
Read more >Connection refused? Docker networking and how it impacts ...
Learn how to fix connection refused errors when trying to connect to a Docker container.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @neelabalan it works, thanks.
@neelabalan thanks, I’ll let you know.