-
Notifications
You must be signed in to change notification settings - Fork 26
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
Installation error System "lem-language-server/cli" not found #30
Comments
I also get the following when I use the intended roswell method
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to install cl-lsp to program in common lisp, the installation process is actually quite simple, first I cloned the cl-lsp repository, then I downloaded quicklisp and then I started the sbcl repl, within repl After installing everything and configuring everything, when I run the command (ql:quickload "cl-lsp") it does not recognize cl-lsp, even though it is in the same directory and has cl-lsp.asd , the error that returns is this:
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
If anyone knows how I can solve this, I would be very grateful for your answer!
I've already redone this entire process more than twice, I've already researched this error, but I didn't find anything, and I also tried asking GPT chat but even he doesn't know how to solve it.
when I try to load cl-lsp it seems that quicklisp is trying to find a non-existent dependency... Look at this error output:
Update: I downloaded this dependency and got this error:
now I'm going to try to download Roswell
The text was updated successfully, but these errors were encountered: