Skip to content

using any function in top doesn't work #6

@hyalkaf

Description

@hyalkaf

I'm running some python 3 code in a juypter notebook and I tried to to do

from cryptocompy import coin, top

top.get_top_coins("USD", 10)

However I'm getting this error.

ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-30-d1a747a58826> in <module>()
      1 import pandas
----> 2 from cryptocompy import coin, top
      3 
      4 top.get_top_coins("USD", 10)

~\Anaconda3\lib\site-packages\cryptocompy\top.py in <module>()
      1 # top.py
      2 
----> 3 from helper_functions import build_url, load_data
      4 
      5 def get_top_exchanges_by_volume(fsym, tsym, limit=5):

ModuleNotFoundError: No module named 'helper_functions'

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