inkle / inkle/inky

Compiler error: Couldn't find ICU package (Arch linux)

Open
#424 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.7k
Forks
340
PR merge metrics
No merged PRs in 30d

Description

Hiya, I just downloaded release 0.13.0, and when I open the app, the compiler instantly gives me this:

```
Ink compiler had an unexpected error ☹

Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.
at System.Environment.FailFast(System.String)
at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode()
at System.Globalization.GlobalizationMode..cctor()
at System.Globalization.CultureData.CreateCultureWithInvariantData()
Ink compiler had an unexpected error ☹

at System.Globalization.CultureData.get_Invariant()
at System.Globalization.CultureInfo..cctor()
at System.Globalization.CompareInfo..cctor()
at System.String.EndsWith(System.String, System.StringComparison)
at Ink.CommandLineTool..ctor(System.String[])
at Ink.CommandLineTool.Main(System.String[])
Ink compiler had an unexpected error ☹

Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.
at System.Environment.FailFast(System.String)
at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode()
at System.Globalization.GlobalizationMode..cctor()
at System.Globalization.CultureData.CreateCultureWithInvariantData()
at System.Globalization.CultureData.get_Invariant()
at System.Globalization.CultureInfo..cctor()
at System.Globalization.CompareInfo..cctor()
at System.String.EndsWith(System.String, System.StringComparison)
at Ink.CommandLineTool..ctor(System.String[])
at Ink.CommandLineTool.Main(System.String[])
```

Am I missing a dependency or something? There arent really many clear instructions

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.