Steven Lee
Steven Lee
https://github.com/MediaFire
solution, ``` CGO_LDFLAGS="-Wl,-undefined,dynamic_lookup" plgo . ``` ref, [build plgo example under macOS](https://mp.weixin.qq.com/s?__biz=MzU1NTg2ODQ5Nw==&mid=2247484705&idx=1&sn=197b2cd62d496ea965093b0bb4e3e9f1&chksm=fbcc8d1fccbb04095b2509ab484c55f2b2fbb1f0d8dbe44facf52725b0906224791cf9506c42&token=1241426130&lang=zh_CN#rd)
> @chuang39 你好,请问你的问题解决了吗?我现在使用Sqlserver Reporting service 制作报表的时候,会出现中文乱码的情况,不知有没有什么好方法。 how about in Excel? also incorrect?
just notice, Superset does not support sqlalchemy 1.4 and newer, so does not support exec_driver_sql so for new version sqlalchemy, ```python s = f"SELECT table_name FROM information_schema.tables WHERE table_type='VIEW' and...
> the last release version apache superset 2.0 still needs
@LeeChunley still need proxy, right?
there is a solution now, [How to enable plpython3u extension on Postgre.app](http://blog.rubypdf.com/2019/06/29/how-to-enable-plpython3u-extension-on-postgre-app/) with the help of conda-forge.
here is the solution for PyQt5 onefile an example compile [calcuator](https://github.com/pythonguis/15-minute-apps/tree/master/calculator) ```bash cd 15-minute-apps/calculator mkdir -p PyQt5/Qt5 touch PyQt5/Qt5/.keep python -m nuitka \ --debug \ --standalone \ --onefile\ --enable-plugin=pyqt5\ --macos-create-app-bundle\...
## env - nuitka:1.5.7 - PyQt5: 5.15.2 ## works with modification of `standard.nuitka-package.config.yml` ## had better include Qt folder too, ```yml - module-name: 'PyQt5' options: checks: - description: 'PyQt5 is...
still have no plan to implement it.