Skip to content

Installation Notes #4

@arthurk

Description

@arthurk

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions