Ashton-Sidhu/aethos

FileNotFoundError: [Errno 2] No such file or directory: '/home/<user>/.aethos/config.yml'

Closed this issue · 3 comments

Describe the bug
After I did 'pip install aethos', I tried to create a data science folder structure with 'aethos create'. I also just tried to import using 'import aethos as at' and both yielded the same error:

FileNotFoundError: [Errno 2] No such file or directory: '/home//.aethos/config.yml'

It seems that aethos is looking in the wrong place for the config file. Everything is stored in my Anaconda distro:

image

To Reproduce
Try either 'aethos create' or importing in Jupyter Notebook (I have Jupyter 6.0.1, if that matters).

Expected behavior
I didn't expect to receive an error. I wanted to work with this promising package.

Screenshots
image

Desktop (please complete the following information):

  • OS: Linux pop-os 5.3.0-7625-generic
  • Browser: Mozilla Firefox 72.0.1

Hey thanks for your feedback! I just pushed a commit that should fix this issue and will push a release today.

The issue should be resolved now! Run pip install -U aethos

Perfect. I'm loving 'aethos create'. Thanks for putting in the hard work here. I'll be keeping up with aethos and spreading the word to other data scientists.