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] Version must be a string when installing using use-package :vc #33

Open
oatmealm opened this issue Dec 7, 2024 · 0 comments
Open

Comments

@oatmealm
Copy link

oatmealm commented Dec 7, 2024

Describe the bug

When trying to import this package using use-package :vc (emacs 30) I'm getting this even when very specific about the package location:

Cannot open load file: No such file or directory, consult-web

To Reproduce

  1. Launch emacs from a temp directory emacs --init-directory ~/.config/basic/ --debug-init
  2. Install consult-web this way
(use-package consult-web
  :vc (:url "https://github.com/armindarvish/consult-web.git"
       :main-file "consult-web.el"
       :lisp-dir "sources")
[...]

Expected behavior

Package should be installed and interactive functions available.

Important Information:

  • OS: Fedora 41
  • Version of Emacs 30
  • Version of consult 20241206.22
  • use-package from source (:vc)
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