Skip to content
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

Docker issues #167

Open
rbartoli opened this issue Oct 29, 2018 · 4 comments
Open

Docker issues #167

rbartoli opened this issue Oct 29, 2018 · 4 comments

Comments

@rbartoli
Copy link

rbartoli commented Oct 29, 2018

Hi,

I've added the lines suggested in the wiki to my docker-compose.yaml file in gekko root directory:

version: '3'
services:
  gekko:
    build: ./
    volumes:
      - ./volumes/gekko/history:/usr/src/app/history
      - ./config.js:/usr/src/app/config.js
    links:
      - redis
    environment:
     - HOST
     - PORT
    ports:
      - "${PORT}:${PORT}"
  redis:
    image: redis:latest
    volumes:
      - ./volumes/redis:/data
  japonicus:
    build: ../japonicus
    volumes:
      - ./volumes/gekko-japonicus:/usr/src/app/output
    links:
      - gekko
    ports:
      - 5000:5000

I've then used the following command to build and start from the gekko root directory:
docker-compose up --build

However after a few commands I get the following error:


> [email protected] install /usr/src/app/exchange/node_modules/websocket
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory '/usr/src/app/exchange/node_modules/websocket/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  SOLINK_MODULE(target) Release/obj.target/bufferutil.node
  COPY Release/bufferutil.node
  CXX(target) Release/obj.target/validation/src/validation.o
  SOLINK_MODULE(target) Release/obj.target/validation.node
  COPY Release/validation.node
make: Leaving directory '/usr/src/app/exchange/node_modules/websocket/build'
npm notice created a lockfile as package-lock.json. You should commit this file.
added 121 packages from 168 contributors and audited 511 packages in 13.014s
found 0 vulnerabilities

npm WARN using --force I sure hope you know what you are doing.
Removing intermediate container 5c56e164fcfc
 ---> 6f5a1ca755bc
Step 12/19 : WORKDIR ../
 ---> Running in 949d736130ac
Removing intermediate container 949d736130ac
 ---> 8e487dc0107f
Step 13/19 : RUN curl -L http://cpanmin.us | perl - App::cpanminus
 ---> Running in f1c6547646d0
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  295k  100  295k    0     0   464k      0 --:--:-- --:--:-- --:--:--  464k
--> Working on App::cpanminus
Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz ... OK
Configuring App-cpanminus-1.7044 ... OK
Building and testing App-cpanminus-1.7044 ... OK
Successfully installed App-cpanminus-1.7044
1 distribution installed
Removing intermediate container f1c6547646d0
 ---> cd0fa833a682
Step 14/19 : RUN cpanm -n install Parallel::ForkManager Time::Elapsed Getopt::Long List::MoreUtils File::chdir Statistics::Basic DBI DBD::SQLite JSON::XS TOML File::Basename File::Find::Wanted Template LWP::UserAgent LWP::Protocol::https Set::CrossProduct DBD::CSV Text::Table File::Copy
 ---> Running in c367d7a02eec
--> Working on install
Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/install-0.01.tar.gz ... OK
Configuring install-0.01 ... OK
Building install-0.01 ... OK
Successfully installed install-0.01
--> Working on Parallel::ForkManager
Fetching http://www.cpan.org/authors/id/Y/YA/YANICK/Parallel-ForkManager-2.02.tar.gz ... OK
Configuring Parallel-ForkManager-2.02 ... OK
==> Found dependencies: Moo, Moo::Role
--> Working on Moo
Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Moo-2.003004.tar.gz ... OK
Configuring Moo-2.003004 ... OK
==> Found dependencies: Devel::GlobalDestruction, Class::Method::Modifiers, Module::Runtime, Sub::Quote, Role::Tiny, Sub::Defer
--> Working on Devel::GlobalDestruction
Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz ... OK
Configuring Devel-GlobalDestruction-0.14 ... OK
==> Found dependencies: Sub::Exporter::Progressive
--> Working on Sub::Exporter::Progressive
Fetching http://www.cpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz ... OK
Configuring Sub-Exporter-Progressive-0.001013 ... OK
Building Sub-Exporter-Progressive-0.001013 ... OK
Successfully installed Sub-Exporter-Progressive-0.001013
Building Devel-GlobalDestruction-0.14 ... OK
Successfully installed Devel-GlobalDestruction-0.14
--> Working on Class::Method::Modifiers
Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.12.tar.gz ... OK
Configuring Class-Method-Modifiers-2.12 ... OK
Building Class-Method-Modifiers-2.12 ... OK
Successfully installed Class-Method-Modifiers-2.12
--> Working on Module::Runtime
Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz ... OK
==> Found dependencies: Module::Build
--> Working on Module::Build
Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4224.tar.gz ... OK
==> Found dependencies: CPAN::Meta
--> Working on CPAN::Meta
Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150010.tar.gz ... OK
Configuring CPAN-Meta-2.150010 ... OK
==> Found dependencies: JSON::PP
--> Working on JSON::PP
Fetching http://www.cpan.org/authors/id/I/IS/ISHIGAKI/JSON-PP-2.97001.tar.gz ... OK
Configuring JSON-PP-2.97001 ... OK
Building JSON-PP-2.97001 ... OK
Successfully installed JSON-PP-2.97001 (upgraded from 2.27203)
Building CPAN-Meta-2.150010 ... OK
Successfully installed CPAN-Meta-2.150010 (upgraded from 2.140640)
Configuring Module-Build-0.4224 ... OK
Building Module-Build-0.4224 ... OK
Successfully installed Module-Build-0.4224 (upgraded from 0.4205)
Configuring Module-Runtime-0.016 ... OK
Building Module-Runtime-0.016 ... OK
Successfully installed Module-Runtime-0.016
--> Working on Sub::Quote
Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.005001.tar.gz ... OK
Configuring Sub-Quote-2.005001 ... OK
Building Sub-Quote-2.005001 ... OK
Successfully installed Sub-Quote-2.005001
--> Working on Role::Tiny
Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.000006.tar.gz ... OK
Configuring Role-Tiny-2.000006 ... OK
Building Role-Tiny-2.000006 ... OK
Successfully installed Role-Tiny-2.000006
Building Moo-2.003004 ... OK
Successfully installed Moo-2.003004
Building Parallel-ForkManager-2.02 ... OK
Successfully installed Parallel-ForkManager-2.02
--> Working on Time::Elapsed
Fetching http://www.cpan.org/authors/id/B/BU/BURAK/Time-Elapsed-0.32.tar.gz ... OK
Configuring Time-Elapsed-0.32 ... OK
Building Time-Elapsed-0.32 ... OK
Successfully installed Time-Elapsed-0.32
--> Working on Getopt::Long
Fetching http://www.cpan.org/authors/id/J/JV/JV/Getopt-Long-2.50.tar.gz ... OK
Configuring Getopt-Long-2.50 ... OK
Building Getopt-Long-2.50 ... OK
Successfully installed Getopt-Long-2.50 (upgraded from 2.42)
--> Working on List::MoreUtils
Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-0.428.tar.gz ... OK
Configuring List-MoreUtils-0.428 ... OK
==> Found dependencies: List::MoreUtils::XS, Exporter::Tiny
--> Working on List::MoreUtils::XS
Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.428.tar.gz ... OK
Configuring List-MoreUtils-XS-0.428 ... OK
==> Found dependencies: XSLoader
--> Working on XSLoader
Fetching http://www.cpan.org/authors/id/S/SA/SAPER/XSLoader-0.24.tar.gz ... OK
Configuring XSLoader-0.24 ... OK
Building XSLoader-0.24 ... OK
Successfully installed XSLoader-0.24 (upgraded from 0.17)
Building List-MoreUtils-XS-0.428 ... OK
Successfully installed List-MoreUtils-XS-0.428
--> Working on Exporter::Tiny
Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.002001.tar.gz ... OK
Configuring Exporter-Tiny-1.002001 ... OK
Building Exporter-Tiny-1.002001 ... OK
Successfully installed Exporter-Tiny-1.002001
Building List-MoreUtils-0.428 ... OK
Successfully installed List-MoreUtils-0.428
--> Working on File::chdir
Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-0.1010.tar.gz ... OK
Configuring File-chdir-0.1010 ... OK
Building File-chdir-0.1010 ... OK
Successfully installed File-chdir-0.1010
--> Working on Statistics::Basic
Fetching http://www.cpan.org/authors/id/J/JE/JETTERO/Statistics-Basic-1.6611.tar.gz ... OK
Configuring Statistics-Basic-1.6611 ... OK
==> Found dependencies: Number::Format
--> Working on Number::Format
Fetching http://www.cpan.org/authors/id/W/WR/WRW/Number-Format-1.75.tar.gz ... OK
Configuring Number-Format-1.75 ... OK
Building Number-Format-1.75 ... OK
Successfully installed Number-Format-1.75
Building Statistics-Basic-1.6611 ... OK
Successfully installed Statistics-Basic-1.6611
--> Working on DBI
Fetching http://www.cpan.org/authors/id/T/TI/TIMB/DBI-1.642.tar.gz ... OK
Configuring DBI-1.642 ... OK
Building DBI-1.642 ... OK
Successfully installed DBI-1.642
--> Working on DBD::SQLite
Fetching http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.58.tar.gz ... OK
Configuring DBD-SQLite-1.58 ... OK
Building DBD-SQLite-1.58 ... OK
Successfully installed DBD-SQLite-1.58
--> Working on JSON::XS
Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-3.04.tar.gz ... OK
==> Found dependencies: Canary::Stability
--> Working on Canary::Stability
Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2012.tar.gz ... OK
Configuring Canary-Stability-2012 ... OK
Building Canary-Stability-2012 ... OK
Successfully installed Canary-Stability-2012
Configuring JSON-XS-3.04 ... OK
==> Found dependencies: Types::Serialiser, common::sense
--> Working on Types::Serialiser
Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.0.tar.gz ... OK
Configuring Types-Serialiser-1.0 ... OK
==> Found dependencies: common::sense
--> Working on common::sense
Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz ... OK
Configuring common-sense-3.74 ... OK
Building common-sense-3.74 ... OK
Successfully installed common-sense-3.74
Building Types-Serialiser-1.0 ... OK
Successfully installed Types-Serialiser-1.0
Building JSON-XS-3.04 ... OK
Successfully installed JSON-XS-3.04
--> Working on TOML
Fetching http://www.cpan.org/authors/id/K/KA/KARUPA/TOML-0.97.tar.gz ... OK
==> Found dependencies: Module::Build::Tiny
--> Working on Module::Build::Tiny
Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz ... OK
==> Found dependencies: ExtUtils::Helpers, ExtUtils::Config, ExtUtils::InstallPaths
--> Working on ExtUtils::Helpers
Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz ... OK
Configuring ExtUtils-Helpers-0.026 ... OK
Building ExtUtils-Helpers-0.026 ... OK
Successfully installed ExtUtils-Helpers-0.026
--> Working on ExtUtils::Config
Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz ... OK
Configuring ExtUtils-Config-0.008 ... OK
Building ExtUtils-Config-0.008 ... OK
Successfully installed ExtUtils-Config-0.008
--> Working on ExtUtils::InstallPaths
Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz ... OK
Configuring ExtUtils-InstallPaths-0.012 ... OK
Building ExtUtils-InstallPaths-0.012 ... OK
Successfully installed ExtUtils-InstallPaths-0.012
Configuring Module-Build-Tiny-0.039 ... OK
Building Module-Build-Tiny-0.039 ... OK
Successfully installed Module-Build-Tiny-0.039
Configuring TOML-0.97 ... OK
==> Found dependencies: TOML::Parser
--> Working on TOML::Parser
Fetching http://www.cpan.org/authors/id/K/KA/KARUPA/TOML-Parser-0.91.tar.gz ... OK
Configuring TOML-Parser-0.91 ... OK
Building TOML-Parser-0.91 ... OK
Successfully installed TOML-Parser-0.91
Building TOML-0.97 ... OK
Successfully installed TOML-0.97
File::Basename is up to date. (2.85)
--> Working on File::Find::Wanted
Fetching http://www.cpan.org/authors/id/P/PE/PETDANCE/File-Find-Wanted-1.00.tar.gz ... OK
Configuring File-Find-Wanted-1.00 ... OK
Building File-Find-Wanted-1.00 ... OK
Successfully installed File-Find-Wanted-1.00
--> Working on Template
Fetching http://www.cpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-2.28.tar.gz ... OK
Configuring Template-Toolkit-2.28 ... OK
==> Found dependencies: AppConfig
--> Working on AppConfig
Fetching http://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz ... OK
Configuring AppConfig-1.71 ... OK
Building AppConfig-1.71 ... OK
Successfully installed AppConfig-1.71
Building Template-Toolkit-2.28 ... OK
Successfully installed Template-Toolkit-2.28
--> Working on LWP::UserAgent
Fetching http://www.cpan.org/authors/id/E/ET/ETHER/libwww-perl-6.36.tar.gz ... OK
Configuring libwww-perl-6.36 ... OK
==> Found dependencies: HTML::Entities, LWP::MediaTypes, HTTP::Response, WWW::RobotRules, HTTP::Status, HTTP::Negotiate, URI, File::Listing, HTTP::Request, Net::HTTP, URI::Escape, HTTP::Cookies, HTML::HeadParser, Try::Tiny, HTTP::Daemon, Encode::Locale, HTTP::Request::Common, HTTP::Date
--> Working on HTML::Entities
Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-3.72.tar.gz ... OK
Configuring HTML-Parser-3.72 ... OK
==> Found dependencies: HTML::Tagset
--> Working on HTML::Tagset
Fetching http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz ... OK
Configuring HTML-Tagset-3.20 ... OK
Building HTML-Tagset-3.20 ... OK
Successfully installed HTML-Tagset-3.20
Building HTML-Parser-3.72 ... OK
Successfully installed HTML-Parser-3.72
--> Working on LWP::MediaTypes
Fetching http://www.cpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz ... OK
Configuring LWP-MediaTypes-6.02 ... OK
Building LWP-MediaTypes-6.02 ... OK
Successfully installed LWP-MediaTypes-6.02
--> Working on HTTP::Response
Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.18.tar.gz ... OK
Configuring HTTP-Message-6.18 ... OK
==> Found dependencies: Encode::Locale, HTTP::Date, URI, IO::HTML
--> Working on Encode::Locale
Fetching http://www.cpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz ... OK
Configuring Encode-Locale-1.05 ... OK
Building Encode-Locale-1.05 ... OK
Successfully installed Encode-Locale-1.05
--> Working on HTTP::Date
Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz ... OK
Configuring HTTP-Date-6.02 ... OK
Building HTTP-Date-6.02 ... OK
Successfully installed HTTP-Date-6.02
--> Working on URI
Fetching http://www.cpan.org/authors/id/E/ET/ETHER/URI-1.74.tar.gz ... OK
Configuring URI-1.74 ... OK
Building URI-1.74 ... OK
Successfully installed URI-1.74
--> Working on IO::HTML
Fetching http://www.cpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz ... OK
Configuring IO-HTML-1.001 ... OK
Building IO-HTML-1.001 ... OK
Successfully installed IO-HTML-1.001
Building HTTP-Message-6.18 ... OK
Successfully installed HTTP-Message-6.18
--> Working on WWW::RobotRules
Fetching http://www.cpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz ... OK
Configuring WWW-RobotRules-6.02 ... OK
Building WWW-RobotRules-6.02 ... OK
Successfully installed WWW-RobotRules-6.02
--> Working on HTTP::Negotiate
Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz ... OK
Configuring HTTP-Negotiate-6.01 ... OK
Building HTTP-Negotiate-6.01 ... OK
Successfully installed HTTP-Negotiate-6.01
--> Working on File::Listing
Fetching http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz ... OK
Configuring File-Listing-6.04 ... OK
Building File-Listing-6.04 ... OK
Successfully installed File-Listing-6.04
--> Working on Net::HTTP
Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.18.tar.gz ... OK
Configuring Net-HTTP-6.18 ... OK
Building Net-HTTP-6.18 ... OK
Successfully installed Net-HTTP-6.18
--> Working on HTTP::Cookies
Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.04.tar.gz ... OK
Configuring HTTP-Cookies-6.04 ... OK
Building HTTP-Cookies-6.04 ... OK
Successfully installed HTTP-Cookies-6.04
--> Working on Try::Tiny
Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.30.tar.gz ... OK
Configuring Try-Tiny-0.30 ... OK
Building Try-Tiny-0.30 ... OK
Successfully installed Try-Tiny-0.30
--> Working on HTTP::Daemon
Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz ... OK
Configuring HTTP-Daemon-6.01 ... OK
Building HTTP-Daemon-6.01 ... OK
Successfully installed HTTP-Daemon-6.01
Building libwww-perl-6.36 ... OK
Successfully installed libwww-perl-6.36
--> Working on LWP::Protocol::https
Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz ... OK
Configuring LWP-Protocol-https-6.07 ... OK
==> Found dependencies: Mozilla::CA, IO::Socket::SSL
--> Working on Mozilla::CA
Fetching http://www.cpan.org/authors/id/A/AB/ABH/Mozilla-CA-20180117.tar.gz ... OK
Configuring Mozilla-CA-20180117 ... OK
Building Mozilla-CA-20180117 ... OK
Successfully installed Mozilla-CA-20180117
--> Working on IO::Socket::SSL
Fetching http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.060.tar.gz ... OK
Configuring IO-Socket-SSL-2.060 ... OK
==> Found dependencies: Net::SSLeay
--> Working on Net::SSLeay
Fetching http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.85.tar.gz ... OK
Configuring Net-SSLeay-1.85 ... OK
Building Net-SSLeay-1.85 ... OK
Successfully installed Net-SSLeay-1.85
Building IO-Socket-SSL-2.060 ... OK
Successfully installed IO-Socket-SSL-2.060
Building LWP-Protocol-https-6.07 ... OK
Successfully installed LWP-Protocol-https-6.07
--> Working on Set::CrossProduct
Fetching http://www.cpan.org/authors/id/B/BD/BDFOY/Set-CrossProduct-2.003.tar.gz ... OK
Configuring Set-CrossProduct-2.003 ... OK
Building Set-CrossProduct-2.003 ... OK
Successfully installed Set-CrossProduct-2.003
--> Working on DBD::CSV
Fetching http://www.cpan.org/authors/id/H/HM/HMBRAND/DBD-CSV-0.54.tgz ... OK
Configuring DBD-CSV-0.54 ... OK
==> Found dependencies: Text::CSV_XS, SQL::Statement
--> Working on Text::CSV_XS
Fetching http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.37.tgz ... OK
Configuring Text-CSV_XS-1.37 ... OK
Building Text-CSV_XS-1.37 ... OK
Successfully installed Text-CSV_XS-1.37
--> Working on SQL::Statement
Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/SQL-Statement-1.412.tar.gz ... OK
Configuring SQL-Statement-1.412 ... OK
==> Found dependencies: Clone, Params::Util
--> Working on Clone
Fetching http://www.cpan.org/authors/id/G/GA/GARU/Clone-0.41.tar.gz ... OK
Configuring Clone-0.41 ... OK
Building Clone-0.41 ... OK
Successfully installed Clone-0.41
--> Working on Params::Util
Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz ... OK
Configuring Params-Util-1.07 ... OK
Building Params-Util-1.07 ... OK
Successfully installed Params-Util-1.07
Building SQL-Statement-1.412 ... OK
Successfully installed SQL-Statement-1.412
Building DBD-CSV-0.54 ... OK
Successfully installed DBD-CSV-0.54
--> Working on Text::Table
Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/Text-Table-1.133.tar.gz ... OK
Configuring Text-Table-1.133 ... OK
==> Found dependencies: Text::Aligner
--> Working on Text::Aligner
Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/Text-Aligner-0.13.tar.gz ... OK
Configuring Text-Aligner-0.13 ... OK
Building Text-Aligner-0.13 ... OK
Successfully installed Text-Aligner-0.13
Building Text-Table-1.133 ... OK
Successfully installed Text-Table-1.133
64 distributions installed
Removing intermediate container c367d7a02eec
 ---> e321e185eaa6
Step 15/19 : COPY . /usr/src/app
 ---> 2742a4c5a5a0
Step 16/19 : EXPOSE 3000
 ---> Running in 56944fdbff65
Removing intermediate container 56944fdbff65
 ---> 8fcd0dccfe95
Step 17/19 : RUN chmod +x /usr/src/app/docker-entrypoint.sh
 ---> Running in cfabefe2cb4c
Removing intermediate container cfabefe2cb4c
 ---> 43728db2224d
Step 18/19 : ENTRYPOINT ["/usr/src/app/docker-entrypoint.sh"]
 ---> Running in 679322c012cc
Removing intermediate container 679322c012cc
 ---> 63ed8e85f98f
Step 19/19 : CMD ["--config", "config.js", "--ui"]
 ---> Running in eb5039a967db
Removing intermediate container eb5039a967db
 ---> 3d092e836fb3
Successfully built 3d092e836fb3
Successfully tagged gekko_gekko:latest
Building japonicus
Step 1/15 : FROM python:3.6.6-jessie
3.6.6-jessie: Pulling from library/python
61be48634cb9: Already exists
fa696905a590: Already exists
b6dd2322bbef: Already exists
32477089adb4: Already exists
24a35612ec71: Pull complete
a71de18de5ee: Pull complete
28d732d527ac: Pull complete
b7f38db94361: Pull complete
Digest: sha256:e2c89b84e9e831ae43f99fc59f7eba903dab74892054593ceceaf3b5a4315224
Status: Downloaded newer image for python:3.6.6-jessie
 ---> 5bbbc44620fb
Step 2/15 : ENV LANG en_US.UTF-8
 ---> Running in 2d597b6c8bf8
Removing intermediate container 2d597b6c8bf8
 ---> 6a89cec33d7b
Step 3/15 : RUN apt-get update -y
 ---> Running in 4fb05ebf26f0
Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
Get:2 http://security.debian.org jessie/updates/main amd64 Packages [679 kB]
Ign http://deb.debian.org jessie InRelease
Get:3 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:4 http://deb.debian.org jessie Release.gpg [2420 B]
Get:5 http://deb.debian.org jessie Release [148 kB]
Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [23.0 kB]
Get:7 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
Fetched 10.1 MB in 7s (1344 kB/s)
Reading package lists...
Removing intermediate container 4fb05ebf26f0
 ---> 9ec78f466de1
Step 4/15 : RUN apt-get upgrade -y
 ---> Running in fed80207de4f
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be upgraded:
  libtiff5 libtiff5-dev libtiffxx5
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 650 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://security.debian.org/debian-security/ jessie/updates/main libtiff5-dev amd64 4.0.3-12.3+deb8u7 [345 kB]
Get:2 http://security.debian.org/debian-security/ jessie/updates/main libtiffxx5 amd64 4.0.3-12.3+deb8u7 [81.6 kB]
Get:3 http://security.debian.org/debian-security/ jessie/updates/main libtiff5 amd64 4.0.3-12.3+deb8u7 [223 kB]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: delaying package configuration, since apt-utils is not installed
Fetched 650 kB in 0s (855 kB/s)
(Reading database ... 22224 files and directories currently installed.)
Preparing to unpack .../libtiff5-dev_4.0.3-12.3+deb8u7_amd64.deb ...
Unpacking libtiff5-dev:amd64 (4.0.3-12.3+deb8u7) over (4.0.3-12.3+deb8u6) ...
Preparing to unpack .../libtiffxx5_4.0.3-12.3+deb8u7_amd64.deb ...
Unpacking libtiffxx5:amd64 (4.0.3-12.3+deb8u7) over (4.0.3-12.3+deb8u6) ...
Preparing to unpack .../libtiff5_4.0.3-12.3+deb8u7_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.3-12.3+deb8u7) over (4.0.3-12.3+deb8u6) ...
Setting up libtiff5:amd64 (4.0.3-12.3+deb8u7) ...
Setting up libtiffxx5:amd64 (4.0.3-12.3+deb8u7) ...
Setting up libtiff5-dev:amd64 (4.0.3-12.3+deb8u7) ...
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Removing intermediate container fed80207de4f
 ---> 38de9c2324d6
Step 5/15 : RUN apt-get install python3-pip python3-numpy -y
 ---> Running in 1fc28e8a664c
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  build-essential dh-python libblas-common libblas3 libgfortran3 liblapack3
  libmpdec2 libpython3-dev libpython3-stdlib libpython3.4 libpython3.4-dev
  libpython3.4-minimal libpython3.4-stdlib python3 python3-chardet
  python3-colorama python3-dev python3-distlib python3-html5lib
  python3-minimal python3-pkg-resources python3-requests python3-setuptools
  python3-six python3-urllib3 python3-wheel python3.4 python3.4-dev
  python3.4-minimal
Suggested packages:
  python3-doc python3-tk python3-venv python3-genshi python3-lxml gfortran
  python-numpy-doc python3-nose python3-numpy-dbg python3-ndg-httpsclient
  python3-openssl python3-pyasn1 python3.4-venv python3.4-doc binfmt-support
The following NEW packages will be installed:
  build-essential dh-python libblas-common libblas3 libgfortran3 liblapack3
  libmpdec2 libpython3-dev libpython3-stdlib libpython3.4 libpython3.4-dev
  libpython3.4-minimal libpython3.4-stdlib python3 python3-chardet
  python3-colorama python3-dev python3-distlib python3-html5lib
  python3-minimal python3-numpy python3-pip python3-pkg-resources
  python3-requests python3-setuptools python3-six python3-urllib3
  python3-wheel python3.4 python3.4-dev python3.4-minimal
0 upgraded, 31 newly installed, 0 to remove and 0 not upgraded.
Need to get 50.7 MB of archives.
After this operation, 98.7 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security/ jessie/updates/main libpython3.4-minimal amd64 3.4.2-1+deb8u1 [493 kB]
Get:2 http://security.debian.org/debian-security/ jessie/updates/main libpython3.4-stdlib amd64 3.4.2-1+deb8u1 [2088 kB]
Get:3 http://security.debian.org/debian-security/ jessie/updates/main libpython3.4 amd64 3.4.2-1+deb8u1 [1311 kB]
Get:4 http://security.debian.org/debian-security/ jessie/updates/main libpython3.4-dev amd64 3.4.2-1+deb8u1 [39.5 MB]
Get:5 http://deb.debian.org/debian/ jessie/main libgfortran3 amd64 4.9.2-10+deb8u1 [254 kB]
Get:6 http://deb.debian.org/debian/ jessie/main libmpdec2 amd64 2.4.1-1 [85.7 kB]
Get:7 http://deb.debian.org/debian/ jessie/main build-essential amd64 11.7 [7114 B]
Get:8 http://deb.debian.org/debian/ jessie/main python3-minimal amd64 3.4.2-2 [34.7 kB]
Get:9 http://deb.debian.org/debian/ jessie/main libpython3-stdlib amd64 3.4.2-2 [18.1 kB]
Get:10 http://deb.debian.org/debian/ jessie/main python3 amd64 3.4.2-2 [21.2 kB]
Get:11 http://deb.debian.org/debian/ jessie/main dh-python all 1.20141111-2 [66.4 kB]
Get:12 http://deb.debian.org/debian/ jessie/main libblas-common amd64 1.2.20110419-10 [8496 B]
Get:13 http://deb.debian.org/debian/ jessie/main libblas3 amd64 1.2.20110419-10 [167 kB]
Get:14 http://deb.debian.org/debian/ jessie/main liblapack3 amd64 3.5.0-4 [1852 kB]
Get:15 http://deb.debian.org/debian/ jessie/main libpython3-dev amd64 3.4.2-2 [18.2 kB]
Get:16 http://deb.debian.org/debian/ jessie/main python3-pkg-resources all 5.5.1-1 [34.2 kB]
Get:17 http://deb.debian.org/debian/ jessie/main python3-chardet all 2.3.0-1 [96.1 kB]
Get:18 http://deb.debian.org/debian/ jessie/main python3-colorama all 0.3.2-1 [13.1 kB]
Get:19 http://deb.debian.org/debian/ jessie/main python3-dev amd64 3.4.2-2 [1198 B]
Get:20 http://deb.debian.org/debian/ jessie/main python3-distlib all 0.1.9-1 [113 kB]
Get:21 http://deb.debian.org/debian/ jessie/main python3-six all 1.8.0-1 [12.7 kB]
Get:22 http://deb.debian.org/debian/ jessie/main python3-html5lib all 0.999-3 [82.3 kB]
Get:23 http://deb.debian.org/debian/ jessie/main python3-numpy amd64 1:1.8.2-2 [1628 kB]
Get:24 http://deb.debian.org/debian/ jessie/main python3-urllib3 all 1.9.1-3 [55.5 kB]
Get:25 http://deb.debian.org/debian/ jessie/main python3-requests all 2.4.3-6 [203 kB]
Get:26 http://deb.debian.org/debian/ jessie/main python3-setuptools all 5.5.1-1 [134 kB]
Get:27 http://deb.debian.org/debian/ jessie/main python3-pip all 1.5.6-5 [97.2 kB]
Get:28 http://deb.debian.org/debian/ jessie/main python3-wheel all 0.24.0-1 [47.6 kB]
Get:29 http://security.debian.org/debian-security/ jessie/updates/main python3.4-minimal amd64 3.4.2-1+deb8u1 [1647 kB]
Get:30 http://security.debian.org/debian-security/ jessie/updates/main python3.4 amd64 3.4.2-1+deb8u1 [204 kB]
Get:31 http://security.debian.org/debian-security/ jessie/updates/main python3.4-dev amd64 3.4.2-1+deb8u1 [429 kB]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: delaying package configuration, since apt-utils is not installed
Fetched 50.7 MB in 6s (7583 kB/s)
Selecting previously unselected package libgfortran3:amd64.
(Reading database ... 22224 files and directories currently installed.)
Preparing to unpack .../libgfortran3_4.9.2-10+deb8u1_amd64.deb ...
Unpacking libgfortran3:amd64 (4.9.2-10+deb8u1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../libmpdec2_2.4.1-1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.1-1) ...
Selecting previously unselected package libpython3.4-minimal:amd64.
Preparing to unpack .../libpython3.4-minimal_3.4.2-1+deb8u1_amd64.deb ...
Unpacking libpython3.4-minimal:amd64 (3.4.2-1+deb8u1) ...
Selecting previously unselected package libpython3.4-stdlib:amd64.
Preparing to unpack .../libpython3.4-stdlib_3.4.2-1+deb8u1_amd64.deb ...
Unpacking libpython3.4-stdlib:amd64 (3.4.2-1+deb8u1) ...
Selecting previously unselected package libpython3.4:amd64.
Preparing to unpack .../libpython3.4_3.4.2-1+deb8u1_amd64.deb ...
Unpacking libpython3.4:amd64 (3.4.2-1+deb8u1) ...
Selecting previously unselected package libpython3.4-dev:amd64.
Preparing to unpack .../libpython3.4-dev_3.4.2-1+deb8u1_amd64.deb ...
Unpacking libpython3.4-dev:amd64 (3.4.2-1+deb8u1) ...
Selecting previously unselected package python3.4-minimal.
Preparing to unpack .../python3.4-minimal_3.4.2-1+deb8u1_amd64.deb ...
Unpacking python3.4-minimal (3.4.2-1+deb8u1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../build-essential_11.7_amd64.deb ...
Unpacking build-essential (11.7) ...
Selecting previously unselected package python3.4.
Preparing to unpack .../python3.4_3.4.2-1+deb8u1_amd64.deb ...
Unpacking python3.4 (3.4.2-1+deb8u1) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../python3-minimal_3.4.2-2_amd64.deb ...
Unpacking python3-minimal (3.4.2-2) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.4.2-2_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.4.2-2) ...
Selecting previously unselected package python3.
Preparing to unpack .../python3_3.4.2-2_amd64.deb ...
Unpacking python3 (3.4.2-2) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../dh-python_1.20141111-2_all.deb ...
Unpacking dh-python (1.20141111-2) ...
Selecting previously unselected package libblas-common.
Preparing to unpack .../libblas-common_1.2.20110419-10_amd64.deb ...
Unpacking libblas-common (1.2.20110419-10) ...
Selecting previously unselected package libblas3.
Preparing to unpack .../libblas3_1.2.20110419-10_amd64.deb ...
Unpacking libblas3 (1.2.20110419-10) ...
Selecting previously unselected package liblapack3.
Preparing to unpack .../liblapack3_3.5.0-4_amd64.deb ...
Unpacking liblapack3 (3.5.0-4) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../libpython3-dev_3.4.2-2_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.4.2-2) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../python3-pkg-resources_5.5.1-1_all.deb ...
Unpacking python3-pkg-resources (5.5.1-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../python3-chardet_2.3.0-1_all.deb ...
Unpacking python3-chardet (2.3.0-1) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../python3-colorama_0.3.2-1_all.deb ...
Unpacking python3-colorama (0.3.2-1) ...
Selecting previously unselected package python3.4-dev.
Preparing to unpack .../python3.4-dev_3.4.2-1+deb8u1_amd64.deb ...
Unpacking python3.4-dev (3.4.2-1+deb8u1) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../python3-dev_3.4.2-2_amd64.deb ...
Unpacking python3-dev (3.4.2-2) ...
Selecting previously unselected package python3-distlib.
Preparing to unpack .../python3-distlib_0.1.9-1_all.deb ...
Unpacking python3-distlib (0.1.9-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../python3-six_1.8.0-1_all.deb ...
Unpacking python3-six (1.8.0-1) ...
Selecting previously unselected package python3-html5lib.
Preparing to unpack .../python3-html5lib_0.999-3_all.deb ...
Unpacking python3-html5lib (0.999-3) ...
Selecting previously unselected package python3-numpy.
Preparing to unpack .../python3-numpy_1%3a1.8.2-2_amd64.deb ...
Unpacking python3-numpy (1:1.8.2-2) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../python3-urllib3_1.9.1-3_all.deb ...
Unpacking python3-urllib3 (1.9.1-3) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../python3-requests_2.4.3-6_all.deb ...
Unpacking python3-requests (2.4.3-6) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../python3-setuptools_5.5.1-1_all.deb ...
Unpacking python3-setuptools (5.5.1-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../python3-pip_1.5.6-5_all.deb ...
Unpacking python3-pip (1.5.6-5) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../python3-wheel_0.24.0-1_all.deb ...
Unpacking python3-wheel (0.24.0-1) ...
Processing triggers for mime-support (3.58) ...
Setting up libgfortran3:amd64 (4.9.2-10+deb8u1) ...
Setting up libmpdec2:amd64 (2.4.1-1) ...
Setting up libpython3.4-minimal:amd64 (3.4.2-1+deb8u1) ...
Setting up libpython3.4-stdlib:amd64 (3.4.2-1+deb8u1) ...
Setting up libpython3.4:amd64 (3.4.2-1+deb8u1) ...
Setting up libpython3.4-dev:amd64 (3.4.2-1+deb8u1) ...
Setting up python3.4-minimal (3.4.2-1+deb8u1) ...
Setting up build-essential (11.7) ...
Setting up python3.4 (3.4.2-1+deb8u1) ...
Setting up python3-minimal (3.4.2-2) ...
Setting up libpython3-stdlib:amd64 (3.4.2-2) ...
Setting up libblas-common (1.2.20110419-10) ...
Setting up libblas3 (1.2.20110419-10) ...
update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
Setting up liblapack3 (3.5.0-4) ...
update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
Setting up libpython3-dev:amd64 (3.4.2-2) ...
Setting up python3.4-dev (3.4.2-1+deb8u1) ...
Setting up python3 (3.4.2-2) ...
running python rtupdate hooks for python3.4...
running python post-rtupdate hooks for python3.4...
Setting up dh-python (1.20141111-2) ...
Setting up python3-pkg-resources (5.5.1-1) ...
Setting up python3-chardet (2.3.0-1) ...
Setting up python3-colorama (0.3.2-1) ...
Setting up python3-dev (3.4.2-2) ...
Setting up python3-distlib (0.1.9-1) ...
Setting up python3-six (1.8.0-1) ...
Setting up python3-html5lib (0.999-3) ...
Setting up python3-numpy (1:1.8.2-2) ...
Setting up python3-urllib3 (1.9.1-3) ...
Setting up python3-requests (2.4.3-6) ...
Setting up python3-setuptools (5.5.1-1) ...
Setting up python3-pip (1.5.6-5) ...
Setting up python3-wheel (0.24.0-1) ...
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Removing intermediate container 1fc28e8a664c
 ---> 28e3e4479250
Step 6/15 : RUN pip3.6 install --upgrade pip
 ---> Running in 12bcab520418
Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (18.1)
Removing intermediate container 12bcab520418
 ---> e2d346f60b05
Step 7/15 : COPY ./requirements.txt /opt/japonicus/requirements.txt
 ---> a425d4972bf0
Step 8/15 : RUN pip3.6 install numpy cython pandas
 ---> Running in b905fe1a341b
Collecting numpy
  Downloading https://files.pythonhosted.org/packages/16/21/2e88568c134cc3c8d22af290865e2abbd86efa58a1358ffcb19b6c74f9a3/numpy-1.15.3-cp36-cp36m-manylinux1_x86_64.whl (13.9MB)
Collecting cython
  Downloading https://files.pythonhosted.org/packages/64/3f/cac281f3f019b825bbc03fa8cb7eb03d9c355f4aa9eef978279a4966cb21/Cython-0.29-cp36-cp36m-manylinux1_x86_64.whl (2.1MB)
Collecting pandas
  Downloading https://files.pythonhosted.org/packages/e1/d8/feeb346d41f181e83fba45224ab14a8d8af019b48af742e047f3845d8cff/pandas-0.23.4-cp36-cp36m-manylinux1_x86_64.whl (8.9MB)
Collecting pytz>=2011k (from pandas)
  Downloading https://files.pythonhosted.org/packages/f8/0e/2365ddc010afb3d79147f1dd544e5ee24bf4ece58ab99b16fbb465ce6dc0/pytz-2018.7-py2.py3-none-any.whl (506kB)
Collecting python-dateutil>=2.5.0 (from pandas)
  Downloading https://files.pythonhosted.org/packages/74/68/d87d9b36af36f44254a8d512cbfc48369103a3b9e474be9bdfe536abfc45/python_dateutil-2.7.5-py2.py3-none-any.whl (225kB)
Collecting six>=1.5 (from python-dateutil>=2.5.0->pandas)
  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Installing collected packages: numpy, cython, pytz, six, python-dateutil, pandas
Successfully installed cython-0.29 numpy-1.15.3 pandas-0.23.4 python-dateutil-2.7.5 pytz-2018.7 six-1.11.0
Removing intermediate container b905fe1a341b
 ---> 548259b02b6e
Step 9/15 : RUN pip3.6 install --ignore-installed -r /opt/japonicus/requirements.txt
 ---> Running in 45f0fedfe2e8
Collecting dash_html_components==0.10.1 (from -r /opt/japonicus/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/fd/75/b91f837e62b54e55b017806c78329e9c15b490d1d1e8c5810964b948b265/dash_html_components-0.10.1.tar.gz
Collecting ccxt==1.13.139 (from -r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/83/22/592fdc875495a3916586252179b9d8d4b536a483da460538436148a791a7/ccxt-1.13.139-py2.py3-none-any.whl (806kB)
Collecting pandas_datareader==0.5.0 (from -r /opt/japonicus/requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/40/c5/cc720f531bbde0efeab940de400d0fcc95e87770a3abcd7f90d6d52a3302/pandas_datareader-0.5.0-py2.py3-none-any.whl (74kB)
Collecting numpy==1.14.5 (from -r /opt/japonicus/requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/68/1e/116ad560de97694e2d0c1843a7a0075cc9f49e922454d32f49a80eb6f1f2/numpy-1.14.5-cp36-cp36m-manylinux1_x86_64.whl (12.2MB)
Collecting tulipy==0.2 (from -r /opt/japonicus/requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/52/64/40567aebd73c8778b24e316fffbb1aae1b59c2c7d2e52841f40cb7a341ab/tulipy-0.2.tar.gz (94kB)
Collecting pandas==0.18.1 (from -r /opt/japonicus/requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/11/09/e66eb844daba8680ddff26335d5b4fead77f60f957678243549a8dd4830d/pandas-0.18.1.tar.gz (7.3MB)
Collecting deap==1.2.2 (from -r /opt/japonicus/requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/af/29/e7f2ecbe02997b16a768baed076f5fc4781d7057cd5d9adf7c94027845ba/deap-1.2.2.tar.gz (936kB)
Collecting scipy==0.19.0 (from -r /opt/japonicus/requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/d0/7b/415fd5bb215f28b423d32dc98126f700ebe7f1efa53e65377ed6ed55df99/scipy-0.19.0-cp36-cp36m-manylinux1_x86_64.whl (48.2MB)
Collecting pytoml==0.1.16 (from -r /opt/japonicus/requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/72/7d/564524b34db3d8f121f812d0b2881734a7b2ec6d20663ef0fc875fa01910/pytoml-0.1.16.tar.gz
Collecting Js2Py==0.59 (from -r /opt/japonicus/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/ef/1d/763ddc32da7519de26249a47483587741cc0a93ed1ddf71b2ac2c98c4e84/Js2Py-0.59.tar.gz (556kB)
Collecting Flask_Caching==1.4.0 (from -r /opt/japonicus/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/63/c0/5dce9fe8372a7b57b60ec7650e1aeb1a2f861393b0c6e7e2dcb71d2f31ab/Flask_Caching-1.4.0-py2.py3-none-any.whl
Collecting Quandl==3.4.0 (from -r /opt/japonicus/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/1f/29/0bee9e3e29872e613b5222350cf61d8dac3ce865413e0dd98aca8bf0794b/Quandl-3.4.0-py2.py3-none-any.whl
Collecting dash==0.21.1 (from -r /opt/japonicus/requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/db/08/5bc503722a3d430ed01c5c75d754c8cdae6f6c2d83c10b48987a6a41af02/dash-0.21.1.tar.gz
Collecting Flask==1.0.2 (from -r /opt/japonicus/requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
Collecting requests==2.19.1 (from -r /opt/japonicus/requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl (91kB)
Collecting bayesian_optimization==0.6.0 (from -r /opt/japonicus/requirements.txt (line 16))
  Downloading https://files.pythonhosted.org/packages/83/3d/d2dc2abaef016c597febfce67c6868ee4c3d1b81e9b9e4f0b3ad551a3625/bayesian-optimization-0.6.0.tar.gz
Collecting zipline==1.2.0 (from -r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/15/d3/689f2a940478b82ac57c751a40460598221fd82b0449a7a8f7eef47a3bcc/zipline-1.2.0.tar.gz (659kB)
Collecting arch==4.3.1 (from -r /opt/japonicus/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/ad/ea/47d57ca9fad97ca890f1f619da371d36efc3c1dfa7073959560cedb6df24/arch-4.3.1.tar.gz (363kB)
Collecting dash_core_components==0.22.1 (from -r /opt/japonicus/requirements.txt (line 19))
  Downloading https://files.pythonhosted.org/packages/b2/ae/b64ced64d223f924d8e7932438c7d74096830147fa2b99358874993a4db3/dash_core_components-0.22.1.tar.gz (2.0MB)
Collecting names==0.3.0 (from -r /opt/japonicus/requirements.txt (line 20))
  Downloading https://files.pythonhosted.org/packages/44/4e/f9cb7ef2df0250f4ba3334fbdabaa94f9c88097089763d8e85ada8092f84/names-0.3.0.tar.gz (789kB)
Collecting matplotlib==2.2.2 (from -r /opt/japonicus/requirements.txt (line 21))
  Downloading https://files.pythonhosted.org/packages/49/b8/89dbd27f2fb171ce753bb56220d4d4f6dbc5fe32b95d8edc4415782ef07f/matplotlib-2.2.2-cp36-cp36m-manylinux1_x86_64.whl (12.6MB)
Collecting python_dateutil==2.7.3 (from -r /opt/japonicus/requirements.txt (line 22))
  Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)
Collecting pytz==2018.5 (from -r /opt/japonicus/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)
Collecting scikit_learn==0.19.2 (from -r /opt/japonicus/requirements.txt (line 24))
  Downloading https://files.pythonhosted.org/packages/f9/c8/8db4108aba5e2166cd2ea4eafa1a4b82f89240a1fa85733029cc2358ad1f/scikit_learn-0.19.2-cp36-cp36m-manylinux1_x86_64.whl (4.9MB)
Collecting dash_renderer (from -r /opt/japonicus/requirements.txt (line 25))
  Downloading https://files.pythonhosted.org/packages/d7/0c/3abb86b9787be41d8404f0d104ee312922cde4c7aef917a6c5d54247b80d/dash_renderer-0.14.3.tar.gz (878kB)
Collecting aiohttp>=3.0.1; python_version >= "3.5.3" (from ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/52/f9/c22977fc95346911d8fe507f90c3c4e4f445fdf339b750be6f03f090498d/aiohttp-3.4.4-cp36-cp36m-manylinux1_x86_64.whl (1.1MB)
Collecting yarl==1.1.0; python_version >= "3.5.3" (from ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9a/fe/1fc0d9e277f1ff0d29ac44742f769c55f12cc7e66a89ab340f5321937179/yarl-1.1.0-cp36-cp36m-manylinux1_x86_64.whl (255kB)
Collecting cchardet==2.1.1; python_version >= "3.5.3" (from ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f9/0a/330740ba16f34599173fe7567baf4d847f31772bafd99f74c08e608701f6/cchardet-2.1.1-cp36-cp36m-manylinux1_x86_64.whl (202kB)
Collecting aiodns==1.1.1; python_version >= "3.5.3" (from ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/bd/f5/b69cb930fd5ab0569396659afe3f3c0d37d4098e5d0ba6afdf6fd9388cb0/aiodns-1.1.1-py2.py3-none-any.whl
Collecting setuptools>=38.5.1 (from ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/82/a1/ba6fb41367b375f5cb653d1317d8ca263c636cff6566e2da1b0da716069d/setuptools-40.5.0-py2.py3-none-any.whl (569kB)
Collecting certifi>=2018.1.18 (from ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/56/9d/1d02dd80bc4cd955f98980f28c5ee2200e1209292d5f9e9cc8d030d18655/certifi-2018.10.15-py2.py3-none-any.whl (146kB)
Collecting requests-ftp (from pandas_datareader==0.5.0->-r /opt/japonicus/requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/3d/ca/14b2ad1e93b5195eeaf56b86b7ecfd5ea2d5754a68d17aeb1e5b9f95b3cf/requests-ftp-0.3.1.tar.gz
Collecting requests-file (from pandas_datareader==0.5.0->-r /opt/japonicus/requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/23/9c/6e63c23c39e53d3df41c77a3d05a49a42c4e1383a6d2a5e3233161b89dbf/requests_file-1.4.3-py2.py3-none-any.whl
Collecting tzlocal>=1.2 (from Js2Py==0.59->-r /opt/japonicus/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz
Collecting six>=1.10 (from Js2Py==0.59->-r /opt/japonicus/requirements.txt (line 10))
  Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting pyjsparser>=2.5.1 (from Js2Py==0.59->-r /opt/japonicus/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/17/3d/59f7f0cd6a7cdab611b36d8921c9d2d6c5564033d938ec2eb934cdca0e48/pyjsparser-2.5.2.tar.gz
Collecting more-itertools (from Quandl==3.4.0->-r /opt/japonicus/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/79/b1/eace304ef66bd7d3d8b2f78cc374b73ca03bc53664d78151e9df3b3996cc/more_itertools-4.3.0-py3-none-any.whl (48kB)
Collecting inflection>=0.3.1 (from Quandl==3.4.0->-r /opt/japonicus/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/d5/35/a6eb45b4e2356fe688b21570864d4aa0d0a880ce387defe9c589112077f8/inflection-0.3.1.tar.gz
Collecting flask-compress (from dash==0.21.1->-r /opt/japonicus/requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/0e/2a/378bd072928f6d92fd8c417d66b00c757dc361c0405a46a0134de6fd323d/Flask-Compress-1.4.0.tar.gz
Collecting plotly (from dash==0.21.1->-r /opt/japonicus/requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/d6/3b/abec247e24e2b8f29793811788fe0607062f40eefe3104823ad57f06ecf1/plotly-3.3.0-py2.py3-none-any.whl (37.3MB)
Collecting Werkzeug>=0.14 (from Flask==1.0.2->-r /opt/japonicus/requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
Collecting Jinja2>=2.10 (from Flask==1.0.2->-r /opt/japonicus/requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
Collecting click>=5.1 (from Flask==1.0.2->-r /opt/japonicus/requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
Collecting itsdangerous>=0.24 (from Flask==1.0.2->-r /opt/japonicus/requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2 (from requests==2.19.1->-r /opt/japonicus/requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting idna<2.8,>=2.5 (from requests==2.19.1->-r /opt/japonicus/requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
Collecting urllib3<1.24,>=1.21.1 (from requests==2.19.1->-r /opt/japonicus/requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB)
Collecting pip>=7.1.0 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (1.3MB)
Collecting Logbook>=0.12.5 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/74/fc/3e7557ed1ef1bd4e3ee189fc670416abfc7192b550e8d3c1d858a63f41ab/Logbook-1.4.1.tar.gz (84kB)
Collecting patsy>=0.4.0 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/ea/0c/5f61f1a3d4385d6bf83b83ea495068857ff8dfb89e74824c6e9eb63286d8/patsy-0.5.1-py2.py3-none-any.whl (231kB)
Collecting statsmodels>=0.6.1 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/85/d1/69ee7e757f657e7f527cbf500ec2d295396e5bcec873cf4eb68962c41024/statsmodels-0.9.0-cp36-cp36m-manylinux1_x86_64.whl (7.4MB)
Collecting Cython>=0.25.2 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Using cached https://files.pythonhosted.org/packages/64/3f/cac281f3f019b825bbc03fa8cb7eb03d9c355f4aa9eef978279a4966cb21/Cython-0.29-cp36-cp36m-manylinux1_x86_64.whl
Collecting cyordereddict>=0.2.2 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/d1/1a/364cbfd927be1b743c7f0a985a7f1f7e8a51469619f9fefe4ee9240ba210/cyordereddict-1.0.0.tar.gz (138kB)
Collecting bottleneck>=1.0.0 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/05/ae/cedf5323f398ab4e4ff92d6c431a3e1c6a186f9b41ab3e8258dff786a290/Bottleneck-1.2.1.tar.gz (105kB)
Collecting contextlib2>=0.4.0 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/a2/71/8273a7eeed0aff6a854237ab5453bc9aa67deb49df4832801c21f0ff3782/contextlib2-0.5.5-py2.py3-none-any.whl
Collecting decorator>=4.0.0 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting networkx<2.0,>=1.9.1 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/d3/2c/e473e54afc9fae58dfa97066ef6709a7e35a1dd1c28c5a3842989322be00/networkx-1.11-py2.py3-none-any.whl (1.3MB)
Collecting numexpr>=2.6.1 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/db/ea/efd9e16283637eb5b6c0042b6cc3521f1b9a5b47767ac463c88bbd37670c/numexpr-2.6.8-cp36-cp36m-manylinux1_x86_64.whl (162kB)
Collecting bcolz<1,>=0.12.1 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/6c/8b/1ffa01f872cac36173c5eb95b58c01040d8d25f1b242c48577f4104cd3ab/bcolz-0.12.1.tar.gz (622kB)
Collecting toolz>=0.8.2 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/14/d0/a73c15bbeda3d2e7b381a36afb0d9cd770a9f4adc5d1532691013ba881db/toolz-0.9.0.tar.gz (45kB)
Collecting multipledispatch>=0.4.8 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/89/79/429ecef45fd5e4504f7474d4c3c3c4668c267be3370e4c2fd33e61506833/multipledispatch-0.6.0-py3-none-any.whl
Collecting MarkupSafe>=0.23 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
Collecting Mako>=1.0.1 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz (564kB)
Collecting sqlalchemy>=1.0.8 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/25/c9/b0552098cee325425a61efdf380c51b5c721e459081c85bbb860f501c091/SQLAlchemy-1.2.12.tar.gz (5.6MB)
Collecting alembic>=0.7.7 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/1a/37/8df0e37d730f096f5a41514823eaec3c5e169510a5c5ddc3dcbab5446ee8/alembic-1.0.1.tar.gz (1.0MB)
Collecting sortedcontainers>=1.4.4 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/be/e3/a065de5fdd5849450a8a16a52a96c8db5f498f245e7eda06cc6725d04b80/sortedcontainers-2.0.5-py2.py3-none-any.whl
Collecting intervaltree>=2.1.0 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/ca/c1/450d109b70fa58ca9d77972b02f69222412f9175ccf99fdeaf167be9583c/intervaltree-2.1.0.tar.gz
Collecting lru-dict>=1.1.4 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/00/a5/32ed6e10246cd341ca8cc205acea5d208e4053f48a4dced2b1b31d45ba3f/lru-dict-1.1.6.tar.gz
Collecting empyrical>=0.4.2 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/7b/55/a01b05162b764830dbbac868462f44cd847a5b6523a01ca9f955721819da/empyrical-0.5.0.tar.gz (49kB)
Collecting tables>=3.3.0 (from zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/d7/1b/21f4c7f296b718575c17ef25e61c05742a283c45077b4c8d5a190b3e0b59/tables-3.4.4-cp36-cp36m-manylinux1_x86_64.whl (3.8MB)
Collecting kiwisolver>=1.0.1 (from matplotlib==2.2.2->-r /opt/japonicus/requirements.txt (line 21))
  Downloading https://files.pythonhosted.org/packages/69/a7/88719d132b18300b4369fbffa741841cfd36d1e637e1990f27929945b538/kiwisolver-1.0.1-cp36-cp36m-manylinux1_x86_64.whl (949kB)
Collecting cycler>=0.10 (from matplotlib==2.2.2->-r /opt/japonicus/requirements.txt (line 21))
  Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib==2.2.2->-r /opt/japonicus/requirements.txt (line 21))
  Downloading https://files.pythonhosted.org/packages/2b/4a/f06b45ab9690d4c37641ec776f7ad691974f4cf6943a73267475b05cbfca/pyparsing-2.2.2-py2.py3-none-any.whl (57kB)
Collecting async-timeout<4.0,>=3.0 (from aiohttp>=3.0.1; python_version >= "3.5.3"->ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
Collecting multidict<5.0,>=4.0 (from aiohttp>=3.0.1; python_version >= "3.5.3"->ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/60/10/05f29904a073fdba2d367cdd8c7862260cc23cdee52ba0443f4599acbc93/multidict-4.4.2-cp36-cp36m-manylinux1_x86_64.whl (385kB)
Collecting idna-ssl>=1.0; python_version < "3.7" (from aiohttp>=3.0.1; python_version >= "3.5.3"->ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/46/03/07c4894aae38b0de52b52586b24bf189bb83e4ddabfe2e2c8f2419eec6f4/idna-ssl-1.1.0.tar.gz
Collecting attrs>=17.3.0 (from aiohttp>=3.0.1; python_version >= "3.5.3"->ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
Collecting pycares>=1.0.0 (from aiodns==1.1.1; python_version >= "3.5.3"->ccxt==1.13.139->-r /opt/japonicus/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e1/77/911ea81174e050ec854f19eeed9ddc40f9e6d3fd1e45d79ac2d5c26c15c1/pycares-2.3.0-cp36-cp36m-manylinux1_x86_64.whl (200kB)
Collecting retrying>=1.3.3 (from plotly->dash==0.21.1->-r /opt/japonicus/requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/44/ef/beae4b4ef80902f22e3af073397f079c96969c69b2c7d52a57ea9ae61c9d/retrying-1.3.3.tar.gz
Collecting nbformat>=4.2 (from plotly->dash==0.21.1->-r /opt/japonicus/requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB)
Collecting python-editor>=0.3 (from alembic>=0.7.7->zipline==1.2.0->-r /opt/japonicus/requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz
Collecting traitlets>=4.1 (from nbformat>=4.2->plotly->dash==0.21.1->-r /opt/japonicus/requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl (74kB)
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat>=4.2->plotly->dash==0.21.1->-r /opt/japonicus/requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting ipython-genutils (from nbformat>=4.2->plotly->dash==0.21.1->-r /opt/japonicus/requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting jupyter-core (from nbformat>=4.2->plotly->dash==0.21.1->-r /opt/japonicus/requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl (126kB)
Building wheels for collected packages: dash-html-components, tulipy, pandas, deap, pytoml, Js2Py, dash, bayesian-optimization, zipline, arch, dash-core-components, names, dash-renderer, requests-ftp, tzlocal, pyjsparser, inflection, flask-compress, Logbook, cyordereddict, bottleneck, bcolz, toolz, MarkupSafe, Mako, sqlalchemy, alembic, intervaltree, lru-dict, empyrical, idna-ssl, retrying, python-editor
  Running setup.py bdist_wheel for dash-html-components: started
  Running setup.py bdist_wheel for dash-html-components: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d6/82/36/a8257879a23166ea2504bace8f3fb76806a3232af283c82d33
  Running setup.py bdist_wheel for tulipy: started
  Running setup.py bdist_wheel for tulipy: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/42/c7/a6/23de9bdfdb3ac2bbc445f6a0f2935668a90a6e71e1e81e7469
  Running setup.py bdist_wheel for pandas: started
  Running setup.py bdist_wheel for pandas: still running...
  Running setup.py bdist_wheel for pandas: still running...
  Running setup.py bdist_wheel for pandas: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/a3/08/c3/8fdd52954d4b415624cff43c6dd32a22bac90306976a98f4af
  Running setup.py bdist_wheel for deap: started
  Running setup.py bdist_wheel for deap: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/22/ea/bf/dc7c8a2262025a0ab5da9ef02282c198be88902791ca0c6658
  Running setup.py bdist_wheel for pytoml: started
  Running setup.py bdist_wheel for pytoml: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ce/cd/99/b3efad09f07441bb047927700666399ed44541ee6e410ce7cc
  Running setup.py bdist_wheel for Js2Py: started
  Running setup.py bdist_wheel for Js2Py: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6f/0b/4d/a5d44bab8ea45e224d2ac6edae088250bfb6989927e2705825
  Running setup.py bdist_wheel for dash: started
  Running setup.py bdist_wheel for dash: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/79/4e/43/d38542943cc58ce490e4f204298b511e6a22891236eb2f19e1
  Running setup.py bdist_wheel for bayesian-optimization: started
  Running setup.py bdist_wheel for bayesian-optimization: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/f5/ef/5c/9ff1d2d86ad1117bf4cd3f989356ae46fa907014ece63b09dd
  Running setup.py bdist_wheel for zipline: started
  Running setup.py bdist_wheel for zipline: still running...
  Running setup.py bdist_wheel for zipline: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/5d/20/7d/b48368c8634b1cb6cc7232833b2780a265d4217c0ad2e3d24c
  Running setup.py bdist_wheel for arch: started
  Running setup.py bdist_wheel for arch: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/df/54/e6/f09a38a6fe09a48d6bba5b577f89930c39dcfdcc2d8aa8377a
  Running setup.py bdist_wheel for dash-core-components: started
  Running setup.py bdist_wheel for dash-core-components: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7a/fb/63/e569495bd7287d3c3b14a3aa16d08b0ec030f825c5e430f17d
  Running setup.py bdist_wheel for names: started
  Running setup.py bdist_wheel for names: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/f9/a5/e1/be3e0aaa6fa285575078fa2aafd9959b45bdbc8de8a6803aeb
  Running setup.py bdist_wheel for dash-renderer: started
  Running setup.py bdist_wheel for dash-renderer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ec/99/e8/52baf3f95a12731bdc0ff2b8da4cd53ff9d3c599aeb8de4721
  Running setup.py bdist_wheel for requests-ftp: started
  Running setup.py bdist_wheel for requests-ftp: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2a/98/32/37195e45a3392a73d9f65c488cbea30fe5bad76aaef4d6b020
  Running setup.py bdist_wheel for tzlocal: started
  Running setup.py bdist_wheel for tzlocal: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/15/ae/df/a67bf1ed84e9bf230187d36d8dcfd30072bea0236cb059ed91
  Running setup.py bdist_wheel for pyjsparser: started
  Running setup.py bdist_wheel for pyjsparser: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7f/72/8e/0f8b36bae537ad6388c81fe1deed58481685e8877c94847089
  Running setup.py bdist_wheel for inflection: started
  Running setup.py bdist_wheel for inflection: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9f/5a/d3/6fc3bf6516d2a3eb7e18f9f28b472110b59325f3f258fe9211
  Running setup.py bdist_wheel for flask-compress: started
  Running setup.py bdist_wheel for flask-compress: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/96/32/88/a1f6d9dd3c29570ab3a8acc0d556b3b20abcf3c623c868ce0a
  Running setup.py bdist_wheel for Logbook: started
  Running setup.py bdist_wheel for Logbook: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/06/13/e9/88e9e8184d89671ffc754dc80f5eb01dabd72071bdb802c5d1
  Running setup.py bdist_wheel for cyordereddict: started
  Running setup.py bdist_wheel for cyordereddict: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0b/9d/8b/5bf3e22c1edd59b50f11bb19dec9dfcfe5a479fc7ace02b61f
  Running setup.py bdist_wheel for bottleneck: started
  Running setup.py bdist_wheel for bottleneck: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/f2/bf/ec/e0f39aa27001525ad455139ee57ec7d0776fe074dfd78c97e4
  Running setup.py bdist_wheel for bcolz: started
  Running setup.py bdist_wheel for bcolz: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c5/cc/1b/2cf1f88959af5d7f4d449b7fc6c9452d0ecbd86fd61a9ee376
  Running setup.py bdist_wheel for toolz: started
  Running setup.py bdist_wheel for toolz: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/f4/0c/f6/ce6b2d1aa459ee97cc3c0f82236302bd62d89c86c700219463
  Running setup.py bdist_wheel for MarkupSafe: started
  Running setup.py bdist_wheel for MarkupSafe: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46
  Running setup.py bdist_wheel for Mako: started
  Running setup.py bdist_wheel for Mako: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/15/35/25/dbcb848832ccb1a4b4ad23f529badfd3bce9bf88017f7ca510
  Running setup.py bdist_wheel for sqlalchemy: started
  Running setup.py bdist_wheel for sqlalchemy: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ed/bd/2e/d3874a6e97b8cc71e7e177c8d065ead30f67f380c4d9bbadaa
  Running setup.py bdist_wheel for alembic: started
  Running setup.py bdist_wheel for alembic: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/67/59/2e/bbf7e5d1ac878f9735223846512f71782bd7889e7820ff3740
  Running setup.py bdist_wheel for intervaltree: started
  Running setup.py bdist_wheel for intervaltree: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6b/cf/b0/f7ef2d0f504d26f3e9e70c2369e5725591ccfaf67d528fcbc5
  Running setup.py bdist_wheel for lru-dict: started
  Running setup.py bdist_wheel for lru-dict: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/b7/ef/06/fbdd555907a7d438fb33e4c8675f771ff1cf41917284c51ebf
  Running setup.py bdist_wheel for empyrical: started
  Running setup.py bdist_wheel for empyrical: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/83/14/73/34fb27552601518d28bd0813d75124be76d94ab29152c69112
  Running setup.py bdist_wheel for idna-ssl: started
  Running setup.py bdist_wheel for idna-ssl: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d3/00/b3/32d613e19e08a739751dd6bf998cfed277728f8b2127ad4eb7
  Running setup.py bdist_wheel for retrying: started
  Running setup.py bdist_wheel for retrying: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d7/a9/33/acc7b709e2a35caa7d4cae442f6fe6fbf2c43f80823d46460c
  Running setup.py bdist_wheel for python-editor: started
  Running setup.py bdist_wheel for python-editor: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/36/e0/98/ba386b125a00ea9dd52e2c16aa2ec0adbbd639b84bfe2e001d
Successfully built dash-html-components tulipy pandas deap pytoml Js2Py dash bayesian-optimization zipline arch dash-core-components names dash-renderer requests-ftp tzlocal pyjsparser inflection flask-compress Logbook cyordereddict bottleneck bcolz toolz MarkupSafe Mako sqlalchemy alembic intervaltree lru-dict empyrical idna-ssl retrying python-editor
Installing collected packages: Werkzeug, MarkupSafe, Jinja2, click, itsdangerous, Flask, flask-compress, pytz, six, chardet, certifi, idna, urllib3, requests, retrying, decorator, ipython-genutils, traitlets, jsonschema, jupyter-core,nbformat, plotly, dash, dash-html-components, async-timeout, multidict, yarl, idna-ssl, attrs, aiohttp, cchardet, pycares, aiodns, setuptools, ccxt, requests-ftp, python-dateutil, numpy, pandas, requests-file, pandas-datareader, tulipy, deap, scipy, pytoml, tzlocal, pyjsparser, Js2Py, Flask-Caching, more-itertools, inflection, Quandl, scikit-learn, bayesian-optimization, pip, Logbook, patsy, statsmodels, Cython, cyordereddict, bottleneck, contextlib2, networkx, numexpr, bcolz, toolz, multipledispatch, Mako, sqlalchemy, python-editor, alembic, sortedcontainers, intervaltree, lru-dict, empyrical, tables, zipline, kiwisolver, cycler, pyparsing, matplotlib, arch, dash-core-components, names, dash-renderer
Successfully installed Cython-0.29 Flask-1.0.2 Flask-Caching-1.4.0 Jinja2-2.10 Js2Py-0.59 Logbook-1.4.1 Mako-1.0.7 MarkupSafe-1.0 Quandl-3.4.0 Werkzeug-0.14.1 aiodns-1.1.1 aiohttp-3.4.4 alembic-1.0.1 arch-4.3.1 async-timeout-3.0.1 attrs-18.2.0 bayesian-optimization-0.6.0 bcolz-0.12.1 bottleneck-1.2.1 cchardet-2.1.1 ccxt-1.13.139 certifi-2018.10.15 chardet-3.0.4 click-7.0 contextlib2-0.5.5 cycler-0.10.0 cyordereddict-1.0.0 dash-0.21.1 dash-core-components-0.22.1 dash-html-components-0.10.1 dash-renderer-0.14.3 deap-1.2.2 decorator-4.3.0 empyrical-0.5.0 flask-compress-1.4.0 idna-2.7 idna-ssl-1.1.0 inflection-0.3.1 intervaltree-2.1.0 ipython-genutils-0.2.0 itsdangerous-1.1.0 jsonschema-2.6.0 jupyter-core-4.4.0 kiwisolver-1.0.1 lru-dict-1.1.6 matplotlib-2.2.2 more-itertools-4.3.0 multidict-4.4.2 multipledispatch-0.6.0 names-0.3.0 nbformat-4.4.0 networkx-1.11 numexpr-2.6.8 numpy-1.15.3 pandas-0.23.4 pandas-datareader-0.5.0 patsy-0.5.1 pip-18.1 plotly-3.3.0 pycares-2.3.0 pyjsparser-2.5.2 pyparsing-2.2.2 python-dateutil-2.7.5 python-editor-1.0.3 pytoml-0.1.16 pytz-2018.7 requests-2.19.1 requests-file-1.4.3 requests-ftp-0.3.1 retrying-1.3.3 scikit-learn-0.19.2 scipy-0.19.0 setuptools-40.5.0 six-1.11.0 sortedcontainers-2.0.5 sqlalchemy-1.2.12 statsmodels-0.9.0 tables-3.4.4 toolz-0.9.0 traitlets-4.3.2 tulipy-0.2 tzlocal-1.5.1 urllib3-1.23 yarl-1.1.0 zipline-1.2.0
Removing intermediate container 45f0fedfe2e8
 ---> d146b63ae749
Step 10/15 : WORKDIR /opt/japonicus/
 ---> Running in dc875e6d13b1
Removing intermediate container dc875e6d13b1
 ---> 096cbfe83ff6
Step 11/15 : COPY . /opt/japonicus
 ---> 8dae7f450622
Step 12/15 : EXPOSE 5000
 ---> Running in 6a4ef850c82c
Removing intermediate container 6a4ef850c82c
 ---> 5e5034fc8dc4
Step 13/15 : RUN python3.6 --version
 ---> Running in 1fb740afcac3
Python 3.6.6
Removing intermediate container 1fb740afcac3
 ---> eed676a333df
Step 14/15 : ENTRYPOINT ["python3.6", "/opt/japonicus/japonicus.py"]
 ---> Running in 0cd7b7e4bdea
Removing intermediate container 0cd7b7e4bdea
 ---> 85aeb9da12e0
Step 15/15 : CMD ["python3.6", "/opt/japonicus/japonicus.py", "--help"]
 ---> Running in 19a89c10eca6
Removing intermediate container 19a89c10eca6
 ---> ff6ef95dc3d9
Successfully built ff6ef95dc3d9
Successfully tagged gekko_japonicus:latest
Creating gekko_redis_1 ... done
Creating gekko_gekko_1 ... done
Creating gekko_japonicus_1 ... done
Attaching to gekko_redis_1, gekko_gekko_1, gekko_japonicus_1
redis_1      | 1:C 29 Oct 2018 15:26:23.353 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1      | 1:C 29 Oct 2018 15:26:23.353 # Redis version=5.0.0, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1      | 1:C 29 Oct 2018 15:26:23.353 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1      | 1:M 29 Oct 2018 15:26:23.356 * Running mode=standalone, port=6379.
redis_1      | 1:M 29 Oct 2018 15:26:23.356 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1      | 1:M 29 Oct 2018 15:26:23.356 # Server initialized
redis_1      | 1:M 29 Oct 2018 15:26:23.356 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
gekko_1      |
gekko_1      |     ______   ________  __    __  __    __   ______
gekko_1      |    /      \ /        |/  |  /  |/  |  /  | /      \
gekko_1      |   /$$$$$$  |$$$$$$$$/ $$ | /$$/ $$ | /$$/ /$$$$$$  |
gekko_1      |   $$ | _$$/ $$ |__    $$ |/$$/  $$ |/$$/  $$ |  $$ |
gekko_1      |   $$ |/    |$$    |   $$  $$<   $$  $$<   $$ |  $$ |
gekko_1      |   $$ |$$$$ |$$$$$/    $$$$$  \  $$$$$  \  $$ |  $$ |
gekko_1      |   $$ \__$$ |$$ |_____ $$ |$$  \ $$ |$$  \ $$ \__$$ |
gekko_1      |   $$    $$/ $$       |$$ | $$  |$$ | $$  |$$    $$/
gekko_1      |    $$$$$$/  $$$$$$$$/ $$/   $$/ $$/   $$/  $$$$$$/
gekko_1      |
gekko_1      |  Gekko v0.6.7
gekko_1      |  I'm gonna make you rich, Bud Fox.
gekko_1      |
gekko_1      |
redis_1      | 1:M 29 Oct 2018 15:26:23.360 * DB loaded from disk: 0.004 seconds
redis_1      | 1:M 29 Oct 2018 15:26:23.360 * Ready to accept connections
gekko_1      | Serving Gekko UI on http://localhost:3333/
gekko_1      |
gekko_1      | Something went wrong when trying to open your web browser. UI is running on http://localhost:3333/.
japonicus_1  | python3.6: can't open file '/opt/japonicus/japonicus.py': [Errno 2] No such file or directory
gekko_japonicus_1 exited with code 2

Any ideas of what is causing the issue?

Thanks

@Gab0
Copy link
Owner

Gab0 commented Oct 29, 2018

Hey, oh yeah I know what is causing the issue... japonicus.py doesn't exist anymore ^^
Uploading the fix in a few mins...
cheers

@Gab0
Copy link
Owner

Gab0 commented Oct 29, 2018

or just edit the Dockerfile:

ENTRYPOINT ["python3.6", "/opt/japonicus/japonicus-run"]
CMD ["python3.6", "/opt/japonicus/japonicus-run", "--help"]

@TomaszWaszczyk
Copy link

I am having the same:

> [email protected] install /usr/src/app/exchange/node_modules/websocket
> (node-gyp rebuild 2> builderror.log) || (exit 0)

Using Alpine Docker's image, any ideas?

@Gab0
Copy link
Owner

Gab0 commented Jun 12, 2019

@TomaszWaszczyk Are you getting the same error as his till the end? Or just those two lines (those I think are not harmful).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants