2021年 11月

2021-11-27 09:43 (4 years ago)

M1 Mac への nodebrew のインストール方法を紹介。node-sass は M1 Mac では動作しません。代わりに dart sass ( sass パッケージ ) を使う場合、node16以降は動かない場合があるので、15 が安定です。

2021-11-27 09:07 (4 years ago)

python mysqlclient のインストール時 ld: library not found for -lzstd となる時 brew install openssl など行いましょう。

DjangoMySQL
2021-11-14 11:10 (4 years ago)

Django で、MySQL (5.7) にクエリを出す時、(2013, 'Lost connection to MySQL server during query') のエラーが出て、処理が停止するようになった。 まず、接続中の コネクションで、 innodb_strict_mode を見てみる。SHOW VARIABLES LIKE '%innodb_strict_mode%'; ON である必要がある。

Python
2021-11-08 05:52 (4 years ago)

Alpine Linux で google-crc32c==1.1.3 をインストールしようとすると出る #include <crc32c/crc32c.h> のエラーの回避方法。 ERROR: Failed building wheel for google-crc32c となったり error: command 'gcc' failed with exit status 1 となる場合。環境変数 CRC32C_PURE_PYTHON=1 を設定すると良い

アーカイブ