Rustle Karl

Results 11 comments of Rustle Karl

代码不方便贴,是编译后的程序以 Windows 服务的方式启动

More than 370 items must cause `fail to allocate bitmap`.

Windows10, 64GB, Python 3.8.8(Anaconda), matplotlib==3.4.2

Thanks. `matplotlib.use("Agg")` fix my problem.

Here is my solution: ` opkg install node cd .vscode-server/bin/long_hash/ rm node which node cp /usr/bin/node node ` It is to replace the built-in node.

No, there's no plan.

是笔误吗?我看了一下[官方文档](https://setuptools.readthedocs.io/en/latest/userguide/datafiles.html),似乎不存在 install_pakcage_data 这个参数。

include_package_data=True 的话,package_data 中的文件是被忽略的,[官方文档](https://setuptools.readthedocs.io/en/latest/userguide/datafiles.html#:~:text=If%20using%20the%20setuptools-specific%20include_package_data%20argument%2C%20files%20specified%20by%20package_data%20will%20not%20be%20automatically%20added%20to%20the%20manifest%20unless%20they%20are%20listed%20in%20the%20MANIFEST.in%20file.): ` If using the setuptools-specific include_package_data argument, files specified by package_data will not be automatically added to the manifest unless they are listed in the MANIFEST.in file.`...

有解决方法吗?详细一点的,小白第一次就卡在这种地方了,很难受