-
-
Notifications
You must be signed in to change notification settings - Fork 212
Closed
Description
I get the following error when initiating the connector, although the cache dir does exist.
I'm running this from a Jupyter Notebook, Python 3.
---> 10 connector = APIConnector(apikey = key)
/Users/joa/anaconda/lib/python3.5/site-packages/openml-0.2.1-py3.5.egg/openml/apiconnector.py in __init__(self, cache_directory, apikey, server, verbosity, configure_logger, private_directory)
168 self._private_directory_tasks]:
169 if not os.path.exists(dir_) and not os.path.isdir(dir_):
--> 170 os.mkdir(dir_)
171
172 def _parse_config(self):
FileNotFoundError: [Errno 2] No such file or directory: '~/.openml/cache'
Is it possible that the home dir is not found with '~'?
Metadata
Metadata
Assignees
Labels
No labels