Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fresh install of IPython error .ipython does not exist. #83

Closed
Carreau opened this issue May 12, 2015 · 1 comment · Fixed by #84
Closed

fresh install of IPython error .ipython does not exist. #83

Carreau opened this issue May 12, 2015 · 1 comment · Fixed by #84

Comments

@Carreau
Copy link
Member

Carreau commented May 12, 2015

Full error log https://gist.github.com/Carreau/23793d6fd08d063932d4

But mostly I guess due to ipyparallel missing.

File "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 1346, in _execute
        result = method(*self.path_args, **self.path_kwargs)
      File "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 2626, in wrapper
        return method(self, *args, **kwargs)
      File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/handlers.py", line 21, in get
        self.finish(json.dumps(self.cluster_manager.list_profiles()))
      File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/clustermanager.py", line 81, in list_profiles
        self.update_profiles()
      File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/clustermanager.py", line 63, in update_profiles
        for profile in list_profiles_in(path):
      File "/Users/bussonniermatthias/dev/ipython/IPython/core/profileapp.py", line 101, in list_profiles_in
        files = os.listdir(path)
    FileNotFoundError: [Errno 2] No such file or directory: '/Users/bussonniermatthias/.ipython'
@minrk
Copy link
Member

minrk commented May 12, 2015

It used to be a safe assumption that the dir existed, but it isn't anymore. #84 removes that assumption.

@minrk minrk added this to the 4.0 milestone May 12, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants