RayWangQvQ / BiliBiliToolPro

B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
MIT License
6.42k stars 1.78k forks source link

青龙安装dotnet时报错Couldn't find a valid ICU package installed on the system #215

Closed i2stay closed 2 years ago

i2stay commented 2 years ago

大佬,这个报错怎么解决 Process terminated. Couldn't find a valid ICU package installed on the system. Please install libicu using your package manager and try again. Alternatively you can set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. Please see https://aka.ms/dotnet-missing-libicu for more information. at System.Environment.FailFast(System.String) at System.Globalization.GlobalizationMode+Settings..cctor() at System.Globalization.CultureData.CreateCultureWithInvariantData() at System.Globalization.CultureData.get_Invariant() at System.Globalization.CultureInfo..cctor() at System.Globalization.CultureInfo.get_CurrentUICulture() at System.TimeZoneInfo.GetUtcStandardDisplayName() at System.TimeZoneInfo.CreateUtcTimeZone() at System.TimeZoneInfo..cctor() at System.DateTime.get_Now() at Microsoft.DotNet.Cli.Program.Main(System.String[]) bili_task_daily.sh: line 17: 23767 Aborted (core dumped) dotnet run --project ./src/Ray.BiliBiliTool.Console

RayWangQvQ commented 2 years ago

dotnet环境没有装好,按文档从头开始再试下

RayWangQvQ commented 2 years ago

已解决:#266