のんびりしているエンジニアの日記

ソフトウェアなどのエンジニア的な何かを書きます。

2015-04-01から1ヶ月間の記事一覧

Android Studioを起動しようとするとエラーが出た

皆さんこんにちは お元気ですか。私は元気です。Android Studioでエミュレータを立ち上げようとするとまさかのエラーが発生した。 /Users/Tereka/Library/Android/sdk/tools/emulator -avd Small -netspeed full -netdelay none emulator: ERROR: x86 emulat…

ある日、いきなりOpenCVが動かなくなった

こんにちは。 お元気ですか?私は元気です。今日は突然OpenCVが動かなくなった話をします。 どんなエラー? >>> import numpy >>> import cv2 RuntimeError: module compiled against API version 9 but this version of numpy is 6 原因 必要なのはAPIが9の…