LearningSky.io
  • Home
  • Review
  • AIoT & Cloud & Edge & ML
  • Front-end & Back-end & PL
  • DevOps
  • Tools & Solutions & Security
Subscribe
Tools & Solutions & Cybersecurity

【 Solutions 】解決 ImportError cv2.cpython-37m-arm-linux-gnueabihf.so

  • Archer

Archer

Apr 14, 2020 • 1 min read
【 Solutions 】解決 ImportError  cv2.cpython-37m-arm-linux-gnueabihf.so

問題

在 Raspberry Pi 4 中 import cv2 發生下方錯誤訊息

IMG-6122


解決方案

  • 因新版的 openCV 不支援 Raspberry Pi,故請在終端機輸入下方指令
    pip3 install opencv-python==3.4.6.27 

GitHub
  • ArcherHuang @ GitHub
List of blogs
  • https://oranwind.org/author/archer/
  • https://learningsky.io/author/archer/

Sign up for more like this.

Enter your email
Subscribe
【 NLP 】使用 Discord 與 Azure OpenAI ChatGPT 建立 AI 問答機器人 ( Python )

【 NLP 】使用 Discord 與 Azure OpenAI ChatGPT 建立 AI 問答機器人 ( Python )

內容 前置準備作業 檔案結構 建立 Azure OpenAI ChatGPT 建立 Discord 伺服器 取得 Discord Bot Token API 格式 修改與執行 Bot 程式 測試與驗證 前置準備作業 已建立 Azure 帳號並能正常登入與使用 https://portal.azure.com/ 已於電腦端安裝 IDE,本範例使用 Visual Studio Code 已於電腦端安裝 Python https://www.python.org/downloads/ 檔案結構 . ├── .env ├── .env-Sample ├── README.md ├── app.py ├── azure_openai.

  • Archer
Archer May 29, 2023 • 6 min read
【 NLP 】使用 Discord 與 Azure OpenAI ChatGPT 建立 AI 問答機器人 ( Node.js )

【 NLP 】使用 Discord 與 Azure OpenAI ChatGPT 建立 AI 問答機器人 ( Node.js )

內容 前置準備作業 檔案結構 建立 Azure OpenAI ChatGPT 建立 Discord 伺服器 取得 Discord Bot Token API 格式 修改與執行 Bot 程式 測試與驗證 前置準備作業 已建立 Azure 帳號並能正常登入與使用 https://portal.azure.com/ 已於電腦端安裝 IDE,本範例使用 Visual Studio Code 已於電腦端安裝 Node.js https://nodejs.org/zh-tw/download 檔案結構 . ├── .env ├── .env-Sample ├── README.md ├── Service │ └── azureOpenAI.js

  • Archer
Archer May 29, 2023 • 7 min read
【 Tools 】Ubuntu 環境透過 Systemd 啟動程式

【 Tools 】Ubuntu 環境透過 Systemd 啟動程式

內容 學習目標 前置準備作業 設定並啟動程式 測試與驗證 學習目標 如何在 Ubuntu 電腦中設定開機自動啟動 Python Flask API 程式。 前置準備作業 一台可用的 Ubuntu 電腦並開啟 HTTP 80 Port。 於此台 Ubuntu 電腦中開啟終端機。 設定並啟動程式 Step 1. 系統更新 請於終端機輸入下方指令 sudo apt-get update Step 2. 安裝 pip 請於終端機輸入下方指令 sudo apt install -y python3-pip Step 3. 安裝 flask 請於終端機輸入下方指令 sudo apt install -y

  • Archer
Archer May 29, 2023 • 3 min read
LearningSky.io © 2023
  • Data & privacy
  • Contact
  • Contribute →
Powered by Ghost