-
Notifications
You must be signed in to change notification settings - Fork 258
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
TimescaleDB doesn't launch? #4
Comments
ta-lib issue: I read some posts (some in Japanese) that state they had to use Python 3.8 buster. I tried Python 3.8.8-buster in the docker file, but no luck. I also added: Other posts talk about downgrading numpy to 1.16, I tried that just to see and that did not work either. |
found this: TA-Lib/ta-lib-python#378 Upgrading numpy to 1.20.0 works though now tensorflow is not supported (required 1.19.2 of numpy) |
I am getting this error when running: "tradekit-main fathalla$ docker exec -it timescaledb bash" Error: No such container: timescaledb |
@fathalla78 Is the container running? You can list running containers with:
If you do not see it in the list, then it is not running and therefore you cannot connect. You can then list all containers with:
If it is not listed there, then the container did not get created. |
thanks for helping me doc.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
--Ive executed "docker-compose up" from tradekit folder shouldn't be created?
|
I think the name of your timescaledb container is 'timescale' try
|
Thanks Doc it worked thank you very much 😍 |
Great. Yes, though I have not. Here is the documentation from docker: https://docs.docker.com/engine/reference/commandline/rename/ Would want to also change the container name in docker-compose.yml file. |
The process gets to this point and stops. What's up? I noticed the web server is running. The demo video link has an error page that's looking for json stuff.
Also,
And it installed an older version, you have 2.0 in your video -
The text was updated successfully, but these errors were encountered: