huwwp / cryptop

command line crypto portfolio
MIT License
235 stars 41 forks source link

Crashing at startup #28

Closed camalolo closed 7 years ago

camalolo commented 7 years ago

Installed with : sudo pip install cryptop

When running : $ cryptop Traceback (most recent call last): File "/usr/local/bin/cryptop", line 9, in load_entry_point('cryptop==0.1.5', 'console_scripts', 'cryptop')() File "/usr/local/lib/python2.7/dist-packages/cryptop/cryptop.py", line 214, in main os.makedirs(BASEDIR, exist_ok=True) TypeError: makedirs() got an unexpected keyword argument 'exist_ok'

camalolo commented 7 years ago

Ah sorry I am using Python 2.7. Will try with Python 3+