Jump to content

Richard_Balogh

Members
  • Posts

    3
  • Joined

  • Last visited

  1. i have changed to Armbian_22.08_Jammy_Kernel_5.15.y_296Mb_Sep.24,2022 but the problem is same. To update pip, run: pip install --upgrade pip Successfully installed pip-22.2.2 To install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh (homeassistant) hass@orangepizero:/root$ curl https://sh.rustup.rs -sSf | sh -sSf | sh info: downloading installer Welcome to Rust! This will download and install the official compiler for the Rust programming language, and its package manager, Cargo. Rustup metadata and toolchains will be installed into the Rustup home directory, located at: /home/hass/.rustup This can be modified with the RUSTUP_HOME environment variable. The Cargo home directory is located at: /home/hass/.cargo This can be modified with the CARGO_HOME environment variable. The cargo, rustc, rustup and other commands will be added to Cargo's bin directory, located at: /home/hass/.cargo/bin This path will then be added to your PATH environment variable by modifying the profile files located at: /home/hass/.profile /home/hass/.bashrc /home/hass/.zshenv You can uninstall at any time with rustup self uninstall and these changes will be reverted. Current installation options: default host triple: armv7-unknown-linux-gnueabihf default toolchain: stable (default) profile: default modify PATH variable: yes 1) Proceed with installation (default) 2) Customize installation 3) Cancel installation >1 info: profile set to 'default' info: setting default host triple to armv7-unknown-linux-gnueabihf warning: Updating existing toolchain, profile choice will be ignored info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf' info: default toolchain set to 'stable-armv7-unknown-linux-gnueabihf' stable-armv7-unknown-linux-gnueabihf unchanged - rustc 1.64.0 (a55dd71d5 2022-09-19) Rust is installed now. Great! To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH environment variable. This has not been done automatically. To configure your current shell, run: source "$HOME/.cargo/env" (homeassistant) hass@orangepizero:/root$ rustc –version bash: rustc: command not found (homeassistant) hass@orangepizero:/root$ cargo –version bash: cargo: command not found ... Python: 3.10.6 platform: Linux-5.15.69-sunxi-armv7l-with-glibc2.35 pip: n/a setuptools: 65.4.1 setuptools_rust: 1.5.2 rustc: n/a =============================DEBUG ASSISTANCE============================= error: can't find Rust compiler If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler. To update pip, run: pip install --upgrade pip and then retry package installation. If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain. This package requires Rust >=1.48.0. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for cryptography Failed to build cryptography ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
  2. i have changed to Armbian_22.08_Jammy_Kernel_5.15.y_296Mb_Sep.24,2022 but the problem is same. To update pip, run: pip install --upgrade pip Successfully installed pip-22.2.2 To install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ... Python: 3.10.6 platform: Linux-5.15.69-sunxi-armv7l-with-glibc2.35 pip: n/a setuptools: 65.4.1 setuptools_rust: 1.5.2 rustc: n/a =============================DEBUG ASSISTANCE============================= error: can't find Rust compiler If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler. To update pip, run: pip install --upgrade pip and then retry package installation. If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain. This package requires Rust >=1.48.0. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for cryptography Failed to build cryptography ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
  3. Hi! ill try install homeassistant on orange pi zero 512MB, but i have a problem. i have download Armbian_22.08_Jammy_rolling_Sid server_Kernel_5.19.y_359M_Sep.24,2022 https://redirect.armbian.com/region/EU/orangepizero/Sid_edge and installed armbian like https://www.albertogonzalez.net/how-to-install-armbian-debian-on-an-orange-pi-zero i dont know is it correct or not, i think Kernel_5.19 is better than 5.15? / _ \| _ \(_) |__ /___ _ __ ___ | | | | |_) | | / // _ \ '__/ _ \ | |_| | __/| | / /| __/ | | (_) | \___/|_| |_| /____\___|_| \___/ Welcome to Armbian 22.08.2 Sid with Linux 5.19.10-sunxi No end-user support: unsupported (sid) userspace! System load: 2% Up time: 9 min Memory usage: 15% of 490M IP: 192.168.3.30 CPU temp: 58°C Usage of /: 10% of 15G i used PUTTY, my Orange pi zero has an ip address 192.16..3.30 and i try to install Home assistant like https://www.albertogonzalez.net/how-to-install-home-assistant-on-an-orange-pi-zero/ python3 installed OK Python 3.10.7 I can not add "hass" user because after install i have it automatic added as a first user hass. (I dont know maybe i need someting like this? -G dialout) I get error: hass@orangepizero:~$ sudo mkdir /srv/homeassistant ... Collecting pycparser Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Collecting h11<0.13,>=0.11 Using cached h11-0.12.0-py3-none-any.whl (54 kB) Collecting anyio==3.* Using cached anyio-3.6.1-py3-none-any.whl (80 kB) Building wheels for collected packages: cryptography Building wheel for cryptography (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for cryptography (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [192 lines of output] =============================DEBUG ASSISTANCE============================= error: can't find Rust compiler If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler. To update pip, run: pip install --upgrade pip and then retry package installation. If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain. This package requires Rust >=1.41.0. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for cryptography Failed to build cryptography ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects (homeassistant) hass@orangepizero:~$ python3 -m pip install ERROR: You must give at least one requirement to install (see "pip help install") i need your help. Thx!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines