pmaji / crypto-whale-watching-app

Python Dash app that tracks whale activity in cryptocurrency markets.
MIT License
605 stars 137 forks source link

building issues #56

Closed chris56a closed 6 years ago

chris56a commented 6 years ago

am i the only one not able to build this?? downloaded dash and still can't find out how to build this at all?

theimo1221 commented 6 years ago

@chris56a Only thing you need to install is python 3.6 and then run pip install -r /path/to/requirements.txt in command line.

Once its finished type

python app.py

Then open up broswer and go to 127.0.0.1:8050

for just seeing it live without building own use http://whales.cracklord.com

@pmaji Guess we should add this to readme aswell

chris56a commented 6 years ago

python: can't open file 'app.py': [Errno 2] No such file or directory Chriss-MacBook-Pro:~ chrismurphy$ python /Users/chrismurphy/Desktop/app.py File "/Users/chrismurphy/Desktop/app.py", line 27 SyntaxError: Non-ASCII character '\xe2' in file /Users/chrismurphy/Desktop/app.py on line 27, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details Chriss-MacBook-Pro:~ chrismurphy$

theimo1221 commented 6 years ago

As far as I know that's a python 2 error You need 3.6 for this

pmaji commented 6 years ago

Correct @theimo1221 ; @chris56a this looks like a python version issue. Update your python version, use pip3 for your installs, and then try again; that should fix it.

theimo1221 commented 6 years ago

Vote4Close

pmaji commented 6 years ago

@chris56a let me know if you are having more trouble. I assume you figured it out by now, so I'm closing this one. Definitely a Python issue though, not a problem with the app code.