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.
timescale | 2021-02-17 23:20:27.759 UTC [1] LOG: starting PostgreSQL 12.6 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, 64-bit
timescale | 2021-02-17 23:20:27.759 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
timescale | 2021-02-17 23:20:27.759 UTC [1] LOG: listening on IPv6 address "::", port 5432
timescale | 2021-02-17 23:20:27.760 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
timescale | 2021-02-17 23:20:27.791 UTC [85] LOG: database system was shut down at 2021-02-17 23:20:27 UTC
timescale | 2021-02-17 23:20:27.795 UTC [1] LOG: database system is ready to accept connections
timescale | 2021-02-17 23:20:27.797 UTC [91] LOG: TimescaleDB background worker launcher connected to shared catalogs
Also,
root@c3eeb72ae0b2:/app# python3
Python 3.8.7 (default, Feb 9 2021, 08:08:20)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import talib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.8/site-packages/talib/__init__.py", line 52, in <module>
from ._ta_lib import (
File "talib/_ta_lib.pyx", line 1, in init talib._ta_lib
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
>>> import talib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.8/site-packages/talib/__init__.py", line 52, in <module>
from ._ta_lib import (
File "talib/_ta_lib.pyx", line 1, in init talib._ta_lib
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
>>> import pandas
>>> import numpy
>>> exit()
root@c3eeb72ae0b2:/app# exit
And it installed an older version, you have 2.0 in your video -
tradekit-# \dx
List of installed extensions
Name | Version | Schema | Description
-------------+---------+------------+-------------------------------------------------------------------
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
timescaledb | 1.7.5 | public | Enables scalable inserts and complex queries for time-series data
(2 rows)
tradekit-#
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 -