al
al
## env OS: win10 PYTHON_VERSION: 3.9.12 EASYTRADER_VERSION: '0.23.0' BROKER_TYPE: universal_client pywinauto 0.6.8 ## problem 跑[文档里的例子](https://easytrader.readthedocs.io/zh/master/usage/)`user = et.use('universal_client')`会出现错误 >--------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[2], line 1 ----> 1...
The scenario is the same as another issue #83. And instead of using custom mapping, is it possible to use `ExcelIgnore` to handle the exception if a column is missing?
`test1` is presumbly the python way to apply the rules, where `test2` is numpy way. Would be helpeful to see both versions and compare.
Are all the other asserts correct? Expecting more assertion fails initially. Otherwise it's a bit confusing to know which assert is supposed to be corrected.
The exercise suggested "You can also try running more of the experiment tasks and see what happens". While, after changing up the experiment runs, the get_logs would not immediately return...
There's a nice introductory blog at [here](https://nblumhardt.com/2016/09/superpower/). While very nice, it's written in 2016, and targeting v1 (it seems). It seems much has changed and improved after a few years,...
Is it possible to check what the raw openai response is? It contains useful information, such as token usage: ``` "usage": { "completion_tokens": 17, "prompt_tokens": 57, "total_tokens": 74 } ```
Not able to access the initial page. Python: 3.9 PyBaiduPan: 0.2.0 > * Running on http://127.0.0.1:25000 (Press CTRL+C to quit) [2022-04-19 11:15:21,984] ERROR in app: Exception on / [GET] Traceback...
`python download_data.py`下载以后,如何在桌面开始游戏?
Trying to get the language server to work, in order to have autocomplete. 1. Installed [nim-langserver](https://github.com/nim-lang/langserver) in WSL. 2. Running nim suggest in vscode with remote WSL. 3. Resulted in...