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

Installation Notes #4

Open
arthurk opened this issue May 11, 2018 · 0 comments
Open

Installation Notes #4

arthurk opened this issue May 11, 2018 · 0 comments

Comments

@arthurk
Copy link
Collaborator

arthurk commented May 11, 2018

Really nice work! The CSV files are great!

I had a few problems when installing the script (got it to run after fixing them):

  • Matplotlib threw "ModuleNotFoundError: No module named 'matplotlib.finance'". According to their docs it has been moved to its own library called "mpl_finance". Here I had to clone https://github.com/matplotlib/mpl_finance and manually run python setup.py install. Then change the import from matplotlib.finance to from mpl_finance.

  • The import from kraken_data import Kraken threw an error. Copying the file test_kraken_data.py into the data/ directory fixed the issue.

  • The matplotlib lib threw an error with RuntimeError: Python is not installed as a framework .... The fix is to create a configfile with the backend set (https://stackoverflow.com/questions/21784641/installation-issue-with-matplotlib-python)

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

1 participant