w1ld3r / crypto-signal

The #1 Automated Technical Analysis (TA) & Algo. Trading tool for Coinbase, Bittrex, Binance, and more! (Track over 500+ coins)
http://cryptosignal.dev
MIT License
76 stars 37 forks source link

[BUG] SyntaxError when trying to run docker #35

Closed rd-mg closed 3 years ago

rd-mg commented 3 years ago

SyntaxError when trying to run docker after update branch to latest commit 72827f7

To Reproduce Steps to reproduce the behavior:

  1. git clone '...'
  2. docker build -t dev/crypto-signals:latest .
  3. docker run '....'
  4. Error root@iZrj9auk43zyouqwlzay67Z:~/crypto-signal# docker run --rm -ti -v $PWD/app:/app dev/crypto-signals:latest Traceback (most recent call last): File "app.py", line 14, in from behaviour import Behaviour File "/app/behaviour.py", line 17, in from analysis import StrategyAnalyzer File "/app/analysis.py", line 12, in from analyzers.indicators import * File "/app/analyzers/indicators/ichimoku.py", line 136 <<<<<<< HEAD ^ SyntaxError: invalid syntax root@iZrj9auk43zyouqwlzay67Z:~/crypto-signal#

Expected behavior Run docker container

Machine

Additional context Docker imagen built without errors

w1ld3r commented 3 years ago

Sorry about that, it's m'y mistake. Should be fine now.

rd-mg commented 3 years ago

It works!

Thank you

$ docker run --rm -ti -v $PWD/app:/app dev/crypto-signals:latest No configured markets, using all available on exchange. All workers are running!