Raspberry Pi 5 TenserFlow Lite installation problem

Поделиться
HTML-код
  • Опубликовано: 20 янв 2025

Комментарии • 2

  • @yuval_kahan
    @yuval_kahan 7 месяцев назад

    first check for enough memory and storage .
    second
    try this :
    sudo apt update && sudo apt upgrade
    pip install --upgrade pip setuptools wheel
    sudo apt-get install build-essential libatlas-base-dev
    pip install numpy --prefer-binary
    sudo apt install build-essential libatlas-base-dev
    pip install --only-binary=:all: numpy
    if not helping try :
    sudo apt install python3-pip --upgrade
    uninstall numpy and re-install the numpy version you need :
    pip install numpy==version

    • @Rovi-HRS
      @Rovi-HRS  7 месяцев назад

      Right now I’m working on something with AWS, but as soon as I will have time to check it, I will try it out. Thanks for the help! 😁