Skip to content

flet build apk fails #2821

Description

@tct123

Hello.
If i try to build an apk (flet build apk), it shows the following error:

Creating Flutter bootstrap project...OK
Customizing app icons and splash images...OK
Generating app icons...OK
Generating splash screens...OK
Packaging Python app...Running package command
Creating asset directory: /tmp/flet_flutter_build_lYjhbpXzQc/app
Copying Python app from /home/anonym/FTQuotes to /tmp/serious_python_tempPEAXTG
Configured mobile platform with sitecustomize.py at /tmp/serious_python_sitecustomizePJERGC/sitecustomize.py
Installing dependencies  with pip command to /tmp/serious_python_tempPEAXTG/__pypackages__
Extracting Python distributive from /tmp/cpython-3.11.6+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz to /tmp/hostpython3.11_GKBQZG

/home/anonym/.local/lib/python3.11/site-packages/_distutils_hack/__init__.py:26: UserWarning: Setuptools is replacing distutils.
  warnings.warn("Setuptools is replacing distutils.")
  error: subprocess-exited-with-error
  
  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [182 lines of output]
      Collecting maturin<2,>=1
        Downloading maturin-1.5.0.tar.gz (180 kB)
           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.9/180.9 kB 3.1 MB/s eta 0:00:00
        Installing build dependencies: started
        Installing build dependencies: finished with status 'done'
        Getting requirements to build wheel: started
        Getting requirements to build wheel: finished with status 'done'
        Preparing metadata (pyproject.toml): started
        Preparing metadata (pyproject.toml): finished with status 'done'
      Collecting typing-extensions!=4.7.0,>=4.6.0
        Obtaining dependency information for typing-extensions!=4.7.0,>=4.6.0 from 
https://files.pythonhosted.org/packages/f9/de/dc04a3ea60b22624b51c703a84bbe0184abcd1d0b9bc8074b5d6b7ab90bb/typing_extensions-4.10.0-py3-none-any.w
hl.metadata
        Using cached typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB)
      Downloading typing_extensions-4.10.0-py3-none-any.whl (33 kB)
      Building wheels for collected packages: maturin
        Building wheel for maturin (pyproject.toml): started
        Building wheel for maturin (pyproject.toml): still running...
        Building wheel for maturin (pyproject.toml): finished with status 'error'
        error: subprocess-exited-with-error
      
        × Building wheel for maturin (pyproject.toml) did not run successfully.
        │ exit code: 1
        ╰─> [151 lines of output]
            /tmp/pip-build-env-igcmkt05/overlay/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: 
`install_requires` overwritten in `pyproject.toml` (dependencies)
              corresp(dist, value, root_dir)
            running bdist_wheel
            running build
            running build_py
            creating build
            creating build/lib.linux-x86_64-cpython-311
            creating build/lib.linux-x86_64-cpython-311/maturin
            copying maturin/__main__.py -> build/lib.linux-x86_64-cpython-311/maturin
            copying maturin/import_hook.py -> build/lib.linux-x86_64-cpython-311/maturin
            copying maturin/__init__.py -> build/lib.linux-x86_64-cpython-311/maturin
            running egg_info
            creating maturin.egg-info
            writing maturin.egg-info/PKG-INFO
            writing dependency_links to maturin.egg-info/dependency_links.txt
            writing requirements to maturin.egg-info/requires.txt
            writing top-level names to maturin.egg-info/top_level.txt
            writing manifest file 'maturin.egg-info/SOURCES.txt'
            reading manifest file 'maturin.egg-info/SOURCES.txt'
            reading manifest template 'MANIFEST.in'
            warning: no files found matching '*.json' under directory 'src/python_interpreter'
            writing manifest file 'maturin.egg-info/SOURCES.txt'
            running build_ext
            running build_rust
            cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked
               Compiling proc-macro2 v1.0.78
               Compiling unicode-ident v1.0.12
               Compiling cfg-if v1.0.0
               Compiling serde v1.0.197
                 Running `rustc --crate-name build_script_build --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.78/build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="default"' --cfg 'feature="proc-macro"' -C metadata=fd7b8bee1c1b324c -C extra-filename=-fd7b8bee1c1b324c --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/proc-macro2-fd7b8bee1c1b324c -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
                 Running `rustc --crate-name unicode_ident --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.12/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C 
debug-assertions=off -C metadata=0939bf614d718425 -C extra-filename=-0939bf614d718425 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
                 Running `rustc --crate-name cfg_if --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C 
metadata=1a03c6affec3f817 -C extra-filename=-1a03c6affec3f817 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
                 Running `rustc --crate-name build_script_build --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.197/build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=fd29274865cc58cc -C 
extra-filename=-fd29274865cc58cc --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/serde-fd29274865cc58cc -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling version_check v0.9.4
                 Running `rustc --crate-name version_check 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C 
debug-assertions=off -C metadata=22312883e1a1f535 -C extra-filename=-22312883e1a1f535 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling once_cell v1.19.0
                 Running `rustc --crate-name once_cell --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.19.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=d751696b08f4a1a7 -C 
extra-filename=-d751696b08f4a1a7 --out-dir /tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling cc v1.0.88
                 Running 
`/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/serde-fd29274865cc58cc/build-script-build`
                 Running `rustc --crate-name cc --edition=2018 /home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.88/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no 
-C debug-assertions=off -C metadata=df3b0d97ccb079bb -C extra-filename=-df3b0d97ccb079bb --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
                 Running 
`/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/proc-macro2-fd7b8bee1c1b324c/build-script-build`
               Compiling libc v0.2.152
                 Running `rustc --crate-name build_script_build /home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.152/build.rs
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C 
debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=06f37d12ba93e61f -C extra-filename=-06f37d12ba93e61f --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/libc-06f37d12ba93e61f -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling ahash v0.8.7
                 Running `rustc --crate-name build_script_build --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.7/./build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C 
metadata=1cd691d876f379bd -C extra-filename=-1cd691d876f379bd --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/ahash-1cd691d876f379bd -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
version_check=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libversion_check-22312883e1a1f535.rlib 
--cap-lints allow`
                 Running `rustc --crate-name proc_macro2 --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.78/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C 
debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=80af08e0c1c4190d -C extra-filename=-80af08e0c1c4190d 
--out-dir /tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
unicode_ident=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libunicode_ident-0939bf614d718425.rmeta 
--cap-lints allow --cfg wrap_proc_macro`
               Compiling rustix v0.38.30
                 Running `rustc --crate-name build_script_build --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.38.30/build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' 
-C metadata=5ae856ecc59d1490 -C extra-filename=-5ae856ecc59d1490 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/rustix-5ae856ecc59d1490 -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
                 Running 
`/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/libc-06f37d12ba93e61f/build-script-build`
                 Running `rustc --crate-name libc /home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.152/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 
embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d8c9ddc25fddb86f -C extra-filename=-d8c9ddc25fddb86f --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow --cfg freebsd11 --cfg 
libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg 
libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg 
libc_const_extern_fn`
               Compiling quote v1.0.35
                 Running `rustc --crate-name quote --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.35/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C 
debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=6c5c549ae9b5ad05 -C extra-filename=-6c5c549ae9b5ad05 
--out-dir /tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
proc_macro2=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libproc_macro2-80af08e0c1c4190d.rmeta 
--cap-lints allow`
                 Running 
`/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/rustix-5ae856ecc59d1490/build-script-build`
                 Running 
`/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/ahash-1cd691d876f379bd/build-script-build`
               Compiling syn v2.0.48
                 Running `rustc --crate-name syn --edition=2021 /home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-2.0.48/src/lib.rs
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no 
-C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 
'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 
'feature="visit-mut"' -C metadata=ce77da4f7007a3a4 -C extra-filename=-ce77da4f7007a3a4 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
proc_macro2=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libproc_macro2-80af08e0c1c4190d.rmeta --extern 
quote=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libquote-6c5c549ae9b5ad05.rmeta --extern 
unicode_ident=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libunicode_ident-0939bf614d718425.rmeta 
--cap-lints allow`
               Compiling zerocopy v0.7.32
                 Running `rustc --crate-name zerocopy --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-0.7.32/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="simd"' -C metadata=6c6b5c15273c4b92 -C extra-filename=-6c6b5c15273c4b92 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling linux-raw-sys v0.4.13
                 Running `rustc --crate-name linux_raw_sys --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/linux-raw-sys-0.4.13/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --cfg 'feature="std"' -C 
metadata=d070aaa3c884bcf8 -C extra-filename=-d070aaa3c884bcf8 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling bitflags v2.4.2
                 Running `rustc --crate-name bitflags --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-2.4.2/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="std"' -C metadata=ea3baaf136962975 -C extra-filename=-ea3baaf136962975 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling memchr v2.7.1
                 Running `rustc --crate-name memchr --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.7.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bf79e949b3ff4016 -C extra-filename=-bf79e949b3ff4016 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
                 Running `rustc --crate-name ahash --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.7/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C 
metadata=b2ddcdeba4db1150 -C extra-filename=-b2ddcdeba4db1150 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
cfg_if=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libcfg_if-1a03c6affec3f817.rmeta --extern 
once_cell=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libonce_cell-d751696b08f4a1a7.rmeta --extern 
zerocopy=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libzerocopy-6c6b5c15273c4b92.rmeta --cap-lints 
allow --cfg 'feature="folded_multiply"'`
                 Running `rustc --crate-name rustix --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.38.30/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' 
-C metadata=b95267a91da84880 -C extra-filename=-b95267a91da84880 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
bitflags=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libbitflags-ea3baaf136962975.rmeta --extern 
linux_raw_sys=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/liblinux_raw_sys-d070aaa3c884bcf8.rmeta 
--cap-lints allow --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
               Compiling allocator-api2 v0.2.16
                 Running `rustc --crate-name allocator_api2 --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/allocator-api2-0.2.16/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' -C metadata=a5c5167fc1d26b52 -C extra-filename=-a5c5167fc1d26b52 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling autocfg v1.1.0
                 Running `rustc --crate-name autocfg /home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no 
-C debug-assertions=off -C metadata=ed84d4d4af12547c -C extra-filename=-ed84d4d4af12547c --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling hashbrown v0.14.3
                 Running `rustc --crate-name hashbrown --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.14.3/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C 
metadata=ee57afbd3b06de3e -C extra-filename=-ee57afbd3b06de3e --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
ahash=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libahash-b2ddcdeba4db1150.rmeta --extern 
allocator_api2=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/liballocator_api2-a5c5167fc1d26b52.rmeta 
--cap-lints allow`
               Compiling typenum v1.17.0
                 Running `rustc --crate-name build_script_main --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.17.0/build/main.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C 
metadata=1d1ba0d1dba6a5d7 -C extra-filename=-1d1ba0d1dba6a5d7 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/typenum-1d1ba0d1dba6a5d7 -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling thiserror v1.0.57
                 Running `rustc --crate-name build_script_build --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.57/build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C 
metadata=bb5d4254851ffa74 -C extra-filename=-bb5d4254851ffa74 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/thiserror-bb5d4254851ffa74 -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
                 Running 
`/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/thiserror-bb5d4254851ffa74/build-script-build`
                 Running 
`/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/typenum-1d1ba0d1dba6a5d7/build-script-main`
               Compiling aho-corasick v1.1.2
                 Running `rustc --crate-name aho_corasick --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-1.1.2/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=ea81b945f1baf354 -C extra-filename=-ea81b945f1baf354 
--out-dir /tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
memchr=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libmemchr-bf79e949b3ff4016.rmeta --cap-lints allow`
               Compiling psm v0.1.21
                 Running `rustc --crate-name build_script_build /home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/psm-0.1.21/build.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C 
debug-assertions=off -C metadata=64e60d902bc567fe -C extra-filename=-64e60d902bc567fe --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/psm-64e60d902bc567fe -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
cc=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libcc-df3b0d97ccb079bb.rlib --cap-lints allow`
               Compiling generic-array v0.14.7
                 Running `rustc --crate-name build_script_build 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.14.7/build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 
'feature="more_lengths"' -C metadata=12c17c4c8b265646 -C extra-filename=-12c17c4c8b265646 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/generic-array-12c17c4c8b265646 -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
version_check=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libversion_check-22312883e1a1f535.rlib 
--cap-lints allow`
               Compiling tinyvec_macros v0.1.1
                 Running `rustc --crate-name tinyvec_macros --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.1/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C 
metadata=25349901d1886cac -C extra-filename=-25349901d1886cac --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling pkg-config v0.3.29
                 Running `rustc --crate-name pkg_config /home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.29/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no 
-C debug-assertions=off -C metadata=e692be12282724f2 -C extra-filename=-e692be12282724f2 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling regex-syntax v0.8.2
                 Running `rustc --crate-name regex_syntax --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.8.2/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 
'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 
'feature="unicode-segment"' -C metadata=473b04fffb71230f -C extra-filename=-473b04fffb71230f --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling log v0.4.20
                 Running `rustc --crate-name log /home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.20/src/lib.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 
embed-bitcode=no -C metadata=264ed90fe6cbe458 -C extra-filename=-264ed90fe6cbe458 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --cap-lints allow`
               Compiling regex-automata v0.4.5
                 Running `rustc --crate-name regex_automata --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-automata-0.4.5/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 
'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 
'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 
'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 
'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 
'feature="unicode-word-boundary"' -C metadata=14f0cde560fdc862 -C extra-filename=-14f0cde560fdc862 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
aho_corasick=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libaho_corasick-ea81b945f1baf354.rmeta 
--extern memchr=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libmemchr-bf79e949b3ff4016.rmeta --extern 
regex_syntax=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libregex_syntax-473b04fffb71230f.rmeta 
--cap-lints allow`
               Compiling serde_derive v1.0.197
                 Running `rustc --crate-name serde_derive 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.197/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C 
debug-assertions=off --cfg 'feature="default"' -C metadata=785a5dc17fb9cf87 -C extra-filename=-785a5dc17fb9cf87 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
proc_macro2=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libproc_macro2-80af08e0c1c4190d.rlib --extern 
quote=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libquote-6c5c549ae9b5ad05.rlib --extern 
syn=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libsyn-ce77da4f7007a3a4.rlib --extern proc_macro 
--cap-lints allow`
                 Running `rustc --crate-name serde --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.197/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=b6427f60b5b80419 -C 
extra-filename=-b6427f60b5b80419 --out-dir /tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
serde_derive=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libserde_derive-785a5dc17fb9cf87.so 
--cap-lints allow`
               Compiling thiserror-impl v1.0.57
                 Running `rustc --crate-name thiserror_impl --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.57/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C 
debug-assertions=off -C metadata=1de095eefeb7188e -C extra-filename=-1de095eefeb7188e --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
proc_macro2=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libproc_macro2-80af08e0c1c4190d.rlib --extern 
quote=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libquote-6c5c549ae9b5ad05.rlib --extern 
syn=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libsyn-ce77da4f7007a3a4.rlib --extern proc_macro 
--cap-lints allow`
                 Running `rustc --crate-name thiserror --edition=2021 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.57/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C 
metadata=71a7ae677d1d7b91 -C extra-filename=-71a7ae677d1d7b91 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
thiserror_impl=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libthiserror_impl-1de095eefeb7188e.so 
--cap-lints allow`
               Compiling bzip2-sys v0.1.11+1.0.8
                 Running `rustc --crate-name build_script_build 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C 
metadata=1bb57b65e1855128 -C extra-filename=-1bb57b65e1855128 --out-dir 
/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/bzip2-sys-1bb57b65e1855128 -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
cc=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libcc-df3b0d97ccb079bb.rlib --extern 
pkg_config=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libpkg_config-e692be12282724f2.rlib --cap-lints 
allow`
               Compiling tinyvec v1.6.0
                 Running `rustc --crate-name tinyvec --edition=2018 
/home/anonym/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.6.0/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=02e8a8c10550f92f -C extra-filename=-02e8a8c10550f92f 
--out-dir /tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps -L 
dependency=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps --extern 
tinyvec_macros=/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/deps/libtinyvec_macros-25349901d1886cac.rmeta 
--cap-lints allow`
                 Running 
`/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/generic-array-12c17c4c8b265646/build-script-build`
                 Running 
`/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/psm-64e60d902bc567fe/build-script-build`
            The following warnings were emitted during compilation:
      
            warning: Failed to run: "Cannot_compile_native_modules" "--version"
      
            error: failed to run custom build command for `psm v0.1.21`
      
            Caused by:
              process didn't exit successfully: 
`/tmp/pip-install-ltpezm5z/maturin_53315dc80a1b4c8b86b35e05bfe794c1/target/release/build/psm-64e60d902bc567fe/build-script-build` (exit status: 1)
              --- stdout
              OPT_LEVEL = Some("3")
              TARGET = Some("x86_64-unknown-linux-gnu")
              HOST = Some("x86_64-unknown-linux-gnu")
              cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
              CC_x86_64-unknown-linux-gnu = None
              cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
              CC_x86_64_unknown_linux_gnu = None
              cargo:rerun-if-env-changed=HOST_CC
              HOST_CC = None
              cargo:rerun-if-env-changed=CC
              CC = Some("Cannot_compile_native_modules")
              cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
              cargo:warning=Failed to run: "Cannot_compile_native_modules" "--version"
              cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
              CRATE_CC_NO_DEFAULTS = None
              DEBUG = Some("false")
              CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
              cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
              CFLAGS_x86_64-unknown-linux-gnu = None
              cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
              CFLAGS_x86_64_unknown_linux_gnu = None
              cargo:rerun-if-env-changed=HOST_CFLAGS
              HOST_CFLAGS = None
              cargo:rerun-if-env-changed=CFLAGS
              CFLAGS = None
              cargo:rustc-cfg=asm
              cargo:rustc-cfg=switchable_stack
      
              --- stderr
      
      
              error occurred: Failed to find tool. Is `Cannot_compile_native_modules` installed?
      
      
            warning: build failed, waiting for other jobs to finish...
            error: `cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked` 
failed with code 101
            
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for maturin
      Failed to build maturin
      ERROR: Could not build wheels for maturin, which is required to install pyproject.toml-based projects
      
       A new release of pip is available: 23.2.1 -> 24.0
       To update, run: /tmp/hostpython3.11_GKBQZG/python/bin/python3 -m pip install --upgrade pip
      
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

 A new release of pip is available: 23.2.1 -> 24.0
 To update, run: /tmp/hostpython3.11_GKBQZG/python/bin/python3 -m pip install --upgrade pip

Error building Flet app - see the log of failed command above.

How can i solve this?
Flet version: 0.21.0
OS: Debian (testing)
P.S: If i do this in an empty new project, it works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions