sirherrbatka / vellum

Data Frames for Common Lisp
BSD 2-Clause "Simplified" License
76 stars 10 forks source link

Loading with quicklisp fails with: Package CL-DS.FANCY does not exist. #21

Closed bon closed 3 years ago

bon commented 3 years ago

Using SBCL 2.1.7.17

Cloned this repo to ql:*local-project-directories*

Failed with: Package CL-DS.FANCY does not exist.

sirherrbatka commented 3 years ago

Update quicklisp packages. (ql:update-all-dists)

bon commented 3 years ago

Thanks for the quick reply. Unfortunately it still fails with the same error after quicklisp update.

sirherrbatka commented 3 years ago

Ok. Investigating...

sirherrbatka commented 3 years ago

I can't replicate this issue. Cl-DS.FANCY was added recentl(ish) and so I thought that lingering cl-ds version in your local quicklisp is a problem. Otherwise I have no idea what is wrong.

To mitgate this problem you can clone https://github.com/sirherrbatka/cl-data-structures.git into ql:*local-project-directories* as well. Restart sbcl and attempt to load vellum system (or run the mushrooms example).

bon commented 3 years ago

OK I have it working now. I deleted all the fasls for cl-data-structures and reloaded. Thanks for your help.

sirherrbatka commented 3 years ago

Happy to help.

Breanndán Ó Nualláin pisze:

OK I have it working now. I deleted all the fasls for cl-data-structures and reloaded. Thanks for your help. -- Marek Kochanowicz