ZOOU Qinn

Results 4 issues of ZOOU Qinn

我这里尝试将PostgreSQL做为数据源。 按说明文档下载了JDBC驱动(https://jdbc.postgresql.org/download.html )并放置到 /opt/davinci/lib/ ![Screenshot from 2020-06-10 20-40-18](https://user-images.githubusercontent.com/38971595/84268809-d9efd000-ab5a-11ea-8e8f-d2d62075af00.png) 但PostgreSQL没有可支持的数据库列表中。并且提示: Not supported data type: jdbcUrl=jdbc:postgresql://..../... 请问,我可能在那个步骤出错?

在执行 from cnocr import CnOcr 报错: ImportError: libtorch_cuda.so: failed to map segment from shared object 请问原因和解决方法。 是在docker容器的Debian 11 + python 3.9 + gcc 10.2.1环境。

According to the documents of [Migration Guide to the new Connector API](http://odoo-connector.com/guides/migration_guide.html?highlight=connectorsession#id3), the class 'ConnectorSession' is now dead. The code of [line 25](https://github.com/OCA/connector-woocommerce/blob/8a65d9ce0da3dff20ae789d8952e073e523bae9b/connector_woocommerce/model/backend.py#L25) in model/backend.py is unworkable now. Does the...

为何编译后的pyc文件也提交上来? .gitignore文件了解下?