Circularity detected when running (vega:load-vega-examples)

50 Views Asked by At

When I load the vega-lite data sets using

(vega:load-vega-examples)

I get the following error:

Could not REQUIRE CL-DATE-TIME-PARSER: circularity detected. Please check your configuration

However, the examples appear to have loaded.

Also, before I installed cl-date-time-parser in quicklisp, I was getting an error message similar to:

Do not know how to REQUIRE CL-DATE-TIME-PARSER

Does anyone know how to get rid of these errors?

Many thanks!

1

There are 1 best solutions below

1
CL-USER On

The IMDB example requires cl-date-time-parser. I suspect that problem is that (require ...) only works when the library is in a location known to ASDF. In a new installation, this may not be the case. Now reported as issue #19.

Try loading the library with quicklisp and then rerunning load-vega-examples.