How to solve pip install error Externally-managed-environment on your Raspberry Pi

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 13

  • @Yamapico
    @Yamapico 9 วันที่ผ่านมา +2

    Finally!!!!! You solved the problem I've been facing all day😭
    Thank you!!

  • @RainbowPlayzo
    @RainbowPlayzo 20 วันที่ผ่านมา

    Thank you! i have been trouble shotting on how to install libary with out the error, and tried this way it works! cant belive i dont even think about it

  • @cesarbarusheslava6757
    @cesarbarusheslava6757 16 วันที่ผ่านมา +1

    It is useful with esptool for thonny ?
    I have a lot of troubles and maybe need that module to upload the firmware.

    • @engineering_life9550
      @engineering_life9550  15 วันที่ผ่านมา +1

      Yes, if you want to install a library, you can use it, or create a virtual environment :)

    • @cesarbarusheslava6757
      @cesarbarusheslava6757 14 วันที่ผ่านมา +1

      @engineering_life9550 thanks. ☺️

  • @SergioMoisesHernandez
    @SergioMoisesHernandez 2 หลายเดือนก่อน +1

    I am still having the same issue, but I am trying to install imutils package.

    • @SergioMoisesHernandez
      @SergioMoisesHernandez 2 หลายเดือนก่อน

      I executed first your command "pip3 install guizero --break-system-packages" then "pip3 install imutils --break-system-packages" and that was a solution, Thanks!!!

  • @aneeshinnovations3038
    @aneeshinnovations3038 หลายเดือนก่อน

    thank you for infinite number of times

  • @leeuw6481
    @leeuw6481 6 หลายเดือนก่อน +2

    This is not a recommended solution.
    Consider creating an environment for your python scripts (just as the error message says)

    • @engineering_life9550
      @engineering_life9550  6 หลายเดือนก่อน +1

      Thanks for this comment
      As I explained in my video, you can use the apt or virtual environment. I also specify a last solution (--break-system-packages) but I specify to be careful when you use it :)

    • @delightreviews3029
      @delightreviews3029 6 หลายเดือนก่อน +2

      when you use environment its not being installed globally so thats an issue

    • @SEEMAKUMARI-qf3qk
      @SEEMAKUMARI-qf3qk 5 หลายเดือนก่อน

      thank you so much for your help it works for me.