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

make.py fails with error: AttributeError: module 'icu' has no attribute 'make' Error #886

Open
eyalroz opened this issue Jan 27, 2025 · 0 comments
Assignees

Comments

@eyalroz
Copy link

eyalroz commented Jan 27, 2025

I'm trying to build OnlyOffice from sources, using the instructions on the web.

After struggling with deps.py for a while, I sort of got past it . Now, make.py runs, and at some point I get:

Extracting archive: ./cef_binary.7z
--
Path = ./cef_binary.7z
Type = 7z
Physical Size = 92162613
Headers Size = 1135
Method = LZMA2:24
Solid = +
Blocks = 1

Everything is Ok                     

Folders: 4
Files: 68
Size:       381880513
Compressed: 92162613
delete warning [file not exist]: ./cef_binary.7z.data
Traceback (most recent call last):
  File "/home/eyalroz/src/onlyoffice/build_tools/./make.py", line 85, in <module>
    make_common.make()
  File "/home/eyalroz/src/onlyoffice/build_tools/scripts/core_common/make_common.py", line 41, in make
    icu.make()
    ^^^^^^^^
AttributeError: module 'icu' has no attribute 'make'
Error (./make.py): 1

build_tools base repo version:
I cloned the build tools repository about an hour ago, commit a60bc78 .

Operating system:
Devuan GNU/Linux Excalibur (it's like Debian Trixie but without systemd), on an x86_64 machine.

Python version is 3.12.8.

Compiler version:
GCC 14.2.0

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