mmaul / clml

Common Lisp Machine Learning Library
Other
259 stars 36 forks source link

Got error "error in FORMAT: No more arguments ~S expects a single argument. Got ~S" when ` (ql:quickload :clml)` #21

Closed ghost closed 7 years ago

ghost commented 7 years ago

clml version: clml-20160208-git

 (ql:quickload :clml)
To load "clml":
  Load 1 ASDF system:
    clml
; Loading "clml"
[package clml.hjs.meta]...........................
[package clml.hjs.vars]...........................
[package clml.hjs.vector].........................
[package clml.hjs.matrix].........................
[package clml.hjs.missing-value]..................
[package clml.hjs.read-data]......................
[package clml.hjs.k-means]

Error message:

error in FORMAT: No more arguments
  ~S expects a single argument. Got ~S
                                     ^
   [Condition of type SB-FORMAT:FORMAT-ERROR]

Restarts:
 0: [RETRY] Retry compiling #<CL-SOURCE-FILE "clml.hjs" "package">.
 1: [ACCEPT] Continue, treating compiling #<CL-SOURCE-FILE "clml.hjs" "package"> as having been successful.
 2: [RETRY] Retry ASDF operation.
 3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration.
 4: [ABORT] Give up on "clml"
 5: [RETRY] Retry SLIME REPL evaluation request.
 --more--
ghost commented 7 years ago

After I update all dist with quicklisp, work now, so close this.