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

Cant not make it work under OSX #154

Open
amitm02 opened this issue May 25, 2016 · 0 comments
Open

Cant not make it work under OSX #154

amitm02 opened this issue May 25, 2016 · 0 comments

Comments

@amitm02
Copy link

amitm02 commented May 25, 2016

After :IPython i get:

/usr/local/lib/python2.7/site-packages/IPython/config.py:13: ShimWarning: The I Python.config package has been deprecated. You should import from traitlets.con
fig instead.
"You should import from traitlets.config instead.", ShimWarning)
/usr/local/lib/python2.7/site-packages/IPython/kernel/init.py:13: ShimWarnin
g: The IPython.kernel package has been deprecated. You should import from ipyk
ernel or jupyter_client instead.
"You should import from ipykernel or jupyter_client instead.", ShimWarning)
Traceback (most recent call last):
File "", line 1, in
File "/Users/amitm02/vim_ipython.py", line 145, in km_from_string
File "/usr/local/lib/python2.7/site-packages/jupyter_client/connect.py", line
193, in find_connection_file
return sorted(matches, key=lambda f: os.stat(f).st_atime)[-1]
File "/usr/local/lib/python2.7/site-packages/jupyter_client/connect.py", line
193, in
return sorted(matches, key=lambda f: os.stat(f).st_atime)[-1]
OSError: [Errno 2] No such file or directory: './cv.py'

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant