Elaina
Elaina
> 顺便说一句,感觉实际上在图像压缩领域的话可能并不能做到引入生产环境,但是意外的发现压缩后的图片比较接近街机的像素美术效果?或许这个方面可以做出不少东西呢`(o(* ̄▽ ̄*)ブ)` 或许没有引入生产环境,但是引入了我的毕设~♪
目前暂定使用 *斜体* 进行标注
Hi, have you installed `simpleaudio`'s dependencis? For Debian variants (including Raspbian), this will usually get the job done: ```sh sudo apt-get install -y python3-dev libasound2-dev ```
`numpy.long` was deprecated in numpy 1.20 and removed in numpy 1.24. To resolve it, you can roll back to a previous version using the following command: ```sh pip install numpy==1.23...