Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't seem to compile dependency: kalevala #165

Open
ChrisFetterly opened this issue Mar 19, 2022 · 1 comment
Open

can't seem to compile dependency: kalevala #165

ChrisFetterly opened this issue Mar 19, 2022 · 1 comment

Comments

@ChrisFetterly
Copy link

ChrisFetterly commented Mar 19, 2022

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"``

@bananatron
Copy link

bananatron commented Sep 4, 2022

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 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants