I’m using julia in atom, and I’m trying to open an excel file using ExcelReaders package. There is no problems when I run julia directly, but through atom gives me the following error message:
"ERROR: LoadError: PyError (ccall(@pysym(:PyObject_Call), PyPtr, (PyPtr, PyPtr, PyPtr), o, pyargsptr, kw)) <class ‘FileNotFoundError’>
FileNotFoundError(2, ‘No such file or directory’)
File “C:\Users\Daniel Castro.julia\v0.6\Conda\deps\usr\lib\site-packages\xlrd_init_.py”, line 111, in open_workbook
with open(filename, “rb”) as f: "
I think the problem is where atom is searching for that file. ¿Does anyone know where may I change the path or wher atom is looking for the file?
Kind regards
Daniel Castro