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

libicu not found FailFirst in Opensuse Tumbleweed #10755

Open
Lu4nScr1pt1ng opened this issue Jan 17, 2025 · 0 comments
Open

libicu not found FailFirst in Opensuse Tumbleweed #10755

Lu4nScr1pt1ng opened this issue Jan 17, 2025 · 0 comments

Comments

@Lu4nScr1pt1ng
Copy link

I’m encountering an issue when trying to run an Azure Function locally. The following error is being generated:

1>Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): Warning: 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.

Here’s the screenshot:
Image

I’m using OpenSUSE Tumbleweed:
Image

.NET 8.0, along with the following library versions:

<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.18.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.20.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.2.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.16.4" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.21.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />

I’m also using Azure Functions Core Tools version:
Azure Functions Core Tools
Core Tools Version: 4.0.6821 Commit hash: N/A +c09a2033faa7ecf51b3773308283af0ca9a99f83 (64-bit)
Function Runtime Version: 4.1036.1.23224

I have libicu installed:
Image

This issue only occurs when I try to run an Azure Function.


Let me know if you need further refinements!

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

No branches or pull requests

1 participant