Unity Shows Empty Errors on Editor, new project

Unity Version: 2020.3.46f1
Target: WebGL
OS: Fedora Linux Workstation 37
Kernel: 6.1.18-200.fc37.x86_64

I’ve created a new project using Unity Hub in the version mentioned above, and got 2 empty errors that were unable to be fixed in Safe Mode, and prevent the project from playing at all.

Opening the Editor Log, got 2 compilation errors: One in UI.dll and the other in TestRunner.dll

Editor Log

According to the log, they both seem to be related to ICU not being in the system, but the lib and its development files are indeed installed

This doesn’t occur in newer versions,such as 2022, but i’m in need of using 2020. Reinstalling the editor and deleting the library folder also didn’t work

Is there any way to get around this at the moment?