ex_venture icon indicating copy to clipboard operation
ex_venture copied to clipboard

can't seem to compile dependency: kalevala

Open ChrisFetterly opened this issue 2 years ago • 1 comments

Hi there, excited to try this out but I keep running into this error:

``== Compilation error in file lib/kalevala/output/tables.ex == ** (UndefinedFunctionError) function :elixir_interpolation.unescape_chars/1 is undefined or private. Did you mean:

  * unescape_map/1
  * unescape_string/2
  * unescape_string/1
  * unescape_tokens/1

(elixir 1.13.2) :elixir_interpolation.unescape_chars("+")
(elixir 1.13.2) lib/enum.ex:1593: Enum."-map/2-lists^map/1-0-"/2
expanding macro: Kalevala.Character.View.Macro.sigil_i/2
lib/kalevala/output/tables.ex:263: Kalevala.Output.Tables.display_rows/1

could not compile dependency :kalevala, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile kalevala", update it with "mix deps.update kalevala" or clean it with "mix deps.clean kalevala"``

ChrisFetterly avatar Mar 19 '22 21:03 ChrisFetterly

I'm running into this as well 😭

I believe this is the problematic line in kaleva but compiling that project on its own seems ok. Idk much about elixir but I wonder if it has to do with a version mismatch?

I also wonder if it could be a single vs. double quoted string issue 🤔

bananatron avatar Sep 04 '22 23:09 bananatron