Setup Raspberry Pi zero W and run python scripts and servers

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

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

  •  Месяц назад +2

    I was completely stuck, you saved me! amazing video!!!

  • @KoN312
    @KoN312 Месяц назад +1

    Very good video👍

  • @yournan5372
    @yournan5372 7 месяцев назад +1

    exactly what i needed!

  • @pratheekprakash9259
    @pratheekprakash9259 24 дня назад +1

    I am installing the same way as u did. But even after waiting for like 20 min I still get ssh could not resolve hostname...
    Any help would be appreciated....

    • @learningsoftwareskills
      @learningsoftwareskills  23 дня назад

      Hi, in that case, you can use the ip address of raspberry pi for ssh connection

    • @pratheekprakash9259
      @pratheekprakash9259 23 дня назад

      @@learningsoftwareskills but for the first time we load ubuntu into the memory card and then install into the raspberry pi we dont know the ip address na ?

    • @learningsoftwareskills
      @learningsoftwareskills  22 дня назад

      @@pratheekprakash9259 hi, we can set the IP address while flashing the OS into the memory card as shown in the video, or else we can run a LAN scan to find the ip address of the raspberry pi.

  • @KJ7JHN
    @KJ7JHN 5 месяцев назад +1

    Thanks!

  • @alexandrc7377
    @alexandrc7377 7 месяцев назад +1

    THX!!!!!!!

  • @MarcusPocus
    @MarcusPocus 5 месяцев назад +1

    in my case at 16:30 (python3 -m pip install flask) i have this result To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.... etc..>> ..so, i think a step is missing..

    • @learningsoftwareskills
      @learningsoftwareskills  5 месяцев назад

      Hi, I think the linux distro is avoiding global python packages installation to avoid conflcits and encourage virtual environments.
      So to avoid this error you can either use virtual environments in your scripts or disable this error by deleting the EXTERNALLY-MANAGED file using the commands
      cd /usr/lib/python3.11
      sudo rm EXTERNALLY-MANAGED
      Hope this helps, cheers

  • @mktzzu
    @mktzzu 6 месяцев назад +1

    how to solve no such host exist

    • @learningsoftwareskills
      @learningsoftwareskills  6 месяцев назад +1

      Hi, you can search for the IP address by scanning the network with tools like advanced IP scanner
      Hope this helps, cheers 👍

    • @mktzzu
      @mktzzu 6 месяцев назад +1

      @@learningsoftwareskills what abt when the rpi doesnt appear on the ip address scanner

    • @learningsoftwareskills
      @learningsoftwareskills  5 месяцев назад

      @@mktzzu that means the raspberry pi is not connected to the network. _5G WiFi is not supported in raspberry pi. Please change it to _2.5G WiFi. May be that is the issue
      Hope this helps, cheers 👍