November 2021

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

This blog post introduces the installation process of nodebrew on an M1 Mac. It mentions that node-sass does not work on M1 Macs. Instead, if you use dart sass (sass package), note that it may not function properly with node versions 16 and above, so version 15 is recommended for stable performance.

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

When encountering the error "ld: library not found for -lzstd" during the installation of python mysqlclient, try running commands like `brew install openssl`.

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

When querying MySQL (5.7) with Django, the process started to stop due to the error (2013, 'Lost connection to MySQL server during query'). First, check the innodb_strict_mode setting in the current connection. Use the command SHOW VARIABLES LIKE '%innodb_strict_mode%'; It needs to be set to ON.

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

How to Avoid the #include <crc32c/crc32c.h> Error When Trying to Install google-crc32c==1.1.3 on Alpine Linux. If you encounter the error "ERROR: Failed building wheel for google-crc32c" or "error: command 'gcc' failed with exit status 1," setting the environment variable CRC32C_PURE_PYTHON=1 can help resolve the issue.

Categories

Archive