Skip to content

Conversation

jian-lin
Copy link

No description provided.

@greshny
Copy link

greshny commented Nov 27, 2024

I've faced same problem

@greshny
Copy link

greshny commented Nov 27, 2024

Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "projectile")
  require(projectile)
  eval-buffer(#<buffer  *load*> nil "~/.emacs.d/straight/build/auto-..." nil t)  ; Reading at buffer position 2365
  load-with-code-conversion("~/.emacs.d/straight/build/auto-..." "~/.emacs.d/straight/build/auto-..." t t)
  require(auto-virtualenv nil t)
  (not (require 'auto-virtualenv nil t))
  (if (not (require 'auto-virtualenv nil t)) (display-warning 'use-package (format "Cannot load %s" 'auto-virtualenv) :error) (condition-case err (progn (setq auto-virtualenv-verbose t) t) ((debug error) (funcall use-package--warning27 :config err))))
  (condition-case err (if (not (require 'auto-virtualenv nil t)) (display-warning 'use-package (format "Cannot load %s" 'auto-virtualenv) :error) (condition-case err (progn (setq auto-virtualenv-verbose t) t) ((debug error) (funcall use-package--warning27 :config err)))) ((debug error) (funcall use-package--warning27 :catch err)))
  (progn (straight-use-package 'auto-virtualenv) (defvar use-package--warning27 #'(lambda (keyword err) (let ((msg (format "%s/%s: %s" ... keyword ...))) (display-warning 'use-package msg :error)))) (condition-case err (if (not (require 'auto-virtualenv nil t)) (display-warning 'use-package (format "Cannot load %s" 'auto-virtualenv) :error) (condition-case err (progn (setq auto-virtualenv-verbose t) t) ((debug error) (funcall use-package--warning27 :config err)))) ((debug error) (funcall use-package--warning27 :catch err))))
  eval((progn (straight-use-package 'auto-virtualenv) (defvar use-package--warning27 #'(lambda (keyword err) (let ((msg ...)) (display-warning 'use-package msg :error)))) (condition-case err (if (not (require 'auto-virtualenv nil t)) (display-warning 'use-package (format "Cannot load %s" 'auto-virtualenv) :error) (condition-case err (progn (setq auto-virtualenv-verbose t) t) ((debug error) (funcall use-package--warning27 :config err)))) ((debug error) (funcall use-package--warning27 :catch err)))) nil)
  elisp--eval-last-sexp(nil)
  eval-last-sexp(nil)
  funcall-interactively(eval-last-sexp nil)
  call-interactively(eval-last-sexp nil nil)
  command-execute(eval-last-sexp)

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

Successfully merging this pull request may close these issues.

3 participants