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

Error while opening IPython notebook list #4663

Closed
boyanangelov opened this issue Jan 18, 2016 · 5 comments
Closed

Error while opening IPython notebook list #4663

boyanangelov opened this issue Jan 18, 2016 · 5 comments
Labels
Python Reported upstream stale marked as a stale issue/pr (usually by a bot)

Comments

@boyanangelov
Copy link

When I try to start the IPython notebook list (SPC a i n) I get the following error:

cannot open load file no such file or directory cl-generic

Here's the error stack:

Debugger entered--Lisp error: (file-error "Cannot open load file" "no such file or directory" "cl-generic")
  require(cl-generic)
  eval-buffer(#<buffer  *load*-972921> nil "/Users/boyanangelov/.emacs.d/elpa/ein-20160114.1441/ein-cell-output.el" nil t)  ; Reading at buffer position 1010
  load-with-code-conversion("/Users/boyanangelov/.emacs.d/elpa/ein-20160114.1441/ein-cell-output.el" "/Users/boyanangelov/.emacs.d/elpa/ein-20160114.1441/ein-cell-output.el" nil t)
  require(ein-cell-output)
  eval-buffer(#<buffer  *load*-371561> nil "/Users/boyanangelov/.emacs.d/elpa/ein-20160114.1441/ein-notebook.el" nil t)  ; Reading at buffer position 1628
  load-with-code-conversion("/Users/boyanangelov/.emacs.d/elpa/ein-20160114.1441/ein-notebook.el" "/Users/boyanangelov/.emacs.d/elpa/ein-20160114.1441/ein-notebook.el" nil t)
  require(ein-notebook)
  eval-buffer(#<buffer  *load*> nil "/Users/boyanangelov/.emacs.d/elpa/ein-20160114.1441/ein-notebooklist.el" nil t)  ; Reading at buffer position 1026
  load-with-code-conversion("/Users/boyanangelov/.emacs.d/elpa/ein-20160114.1441/ein-notebooklist.el" "/Users/boyanangelov/.emacs.d/elpa/ein-20160114.1441/ein-notebooklist.el" nil t)
  autoload-do-load((autoload "ein-notebooklist" "Open notebook list buffer.\n\n(fn &optional URL-OR-PORT PATH NO-POPUP)" t nil) ein:notebooklist-open)
  command-execute(ein:notebooklist-open)
@numkem
Copy link

numkem commented Jan 18, 2016

Installing cl-generic manually worked for me. Seems like it's either a new dependency or it's missing.

@autosquid
Copy link
Contributor

same here, and solution from @numkem works for me. mabey an P.R. can be made.

@syohex
Copy link
Contributor

syohex commented Jan 19, 2016

I have sent PR(millejoh/emacs-ipython-notebook#86)

@boyanangelov
Copy link
Author

@numkem solution worked for me too, thanks.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Reported upstream stale marked as a stale issue/pr (usually by a bot)
Projects
Upstream bugs
Reported, waiting
Development

No branches or pull requests

5 participants