XiaoXiao Notes

Taiwan,Taipei
  • Home
  • Archives
  • Tags
  • About

Board

這裡是蕭蕭筆記書。專門給金魚腦的我使用! 有助於回憶過去曾經做過的事情

Tag Cloud

apt1 argo1 artisan1 aws2 blockchain1 buildx1 casbin1 cd1 chromedp1 chromium1 crd3 de1 di1 docker3 ecr1 elasticsearch3 eloquent1 es1 ethereum1 flask1 future1 geographic1 geth1 gfw1 git1 github1 gitlab2 golang8 golnag1 gomod1 gql1 graphql1 ha1 helm1 homebrew1 hugo2 ilm1 index1 istio1 javascript1 json2 jwt1 keycloak1 kind1 kops1 kubernetes10 laravel8 linux3 location1 log1 macos1 mongodb1 multi-arch1 mysql1 mysqlclient1 neovim1 nix1 nixos1 oauth1 operator1 orm1 passport1 php8 pokemon1 pokesay1 postgres1 pretty1 python4 raycast1 ruby1 rust1 service-mesh1 subgroup1 terraform1 test1 typescript1 ubuntu1 vagrant1 vim3 vm1 vpn1 vrrp1 vscode2 windows1 wire1 wsl21

Recent Posts

  • macOS 生產力工具 - Raycast 真的很讚

    2023-08-30

  • How to create an Elasticsearch Data Stream

    2023-08-17

  • GitHub Permission 免費方案權限實驗

    2023-06-12

  • Kubernetes HA - Keepalived(VRRP) + HAProxy

    2023-06-09

  • Backup Elasticsearch index in File System

    2023-02-16

Catalogue

筆記 解決 VSCode 上 pylint 無法解析 c 函式庫的內容

  2018-11-08   python vscode  Comments Word Count: 81 words

問題

當你的函示庫底層使用 C語言 而不是純 python 編寫時 pylint 可能會無法正確的找到他,此問題可能出現在numpy或是本例的mysqlclient上

解決方法

加入以下至白名單 $vim ~/.pylintrc

extension-pkg-whitelist=MySQLdb
  • Newer  
  • [ Catalogue ]
©2018 - 2023