astahlman / ob-async

Asynchronous src_block execution for org-babel
343 stars 32 forks source link

error in process sentinel: async-when-done: Recursive ‘require’ for feature ‘cl-lib’ #95

Open unhammer opened 1 year ago

unhammer commented 1 year ago

Checklist

Expected Behavior

C-c C-c should work like before but asyncly

Actual Behavior

I get an error:

error in process sentinel: async-when-done: Recursive ‘require’ for feature ‘cl-lib’
error in process sentinel: Recursive ‘require’ for feature ‘cl-lib’

and the results is just the UUID

Steps to Reproduce

emacs -Q troubleshooting.org

M-x package-initialize RET

M-: (require 'ob-async)

then eval the :async block from troubleshooting.org

ob-async-1.0.0 from Melpa, also tried 9aac486073f5c356ada20e716571be33a350a982

emacs 29 11c1aa1eb12cb8601355512387c80bf71a2deeb5

Troubleshooting Artifacts

https://gist.githubusercontent.com/unhammer/7133f668748b85d46f7b62a566e8c7da/raw/1ce0329177f19acdb73cef8a6046ed4e4142a1f3/ob-async-troubleshooting.org