jingmouren

Results 21 comments of jingmouren

创了个新虚环境,报 https://github.com/microsoft/qlib/issues/1166的错。所以暂不知道这个是否还存在

又看了下 我说得是 python rolling_benchmark.py run_all in the benchmarks_dynamic /DDG-DA dir 报错 你回复的是 > python ../baseline/rolling_benchmark.py run_all 不报错。 哦,是我复制错文件名了。 python workflow.py run_all in the benchmarks_dynamic /DDG-DA dir 报错

calc: 100% 。。。151/151 这步完成了 之后执行结果 [8851:MainThread](2022-06-30 14:06:25,843) INFO - qlib.MetaDatasetDS - [dataset.py:278] - Example task for training meta model: {'dataset': {'class': 'qlib.data.dataset.DatasetH', 'kwargs': {'handler': 'file:///examples/benchmarks_dynamic/DDG-DA/handler_proxy.pkl', 'segments': {'train': (Timestamp('2008-01-02 00:00:00'), Timestamp('2010-12-03...

另外, __init__.py的149行 os.popen("dpkg -l | grep nfs-common") 只适合ubuntu或者debian;centos就没法用?

> Thanks for giving issue. For the first issue, what's your Python's version? Qlib need Python 3.6+. For the second one, we plan to support more systems in the future...

呃 tmp = PosixPath('/tmp') dir(tmp) 里头没有endswith

> Can your issue be fixed by this PR? #1129 转成str不报这错了。但接着的错误是 warning: unrecognized config flask_server 和 flask_port mount.nfs: connection refused BadNamespaceError: / is not a connected namespace

嗯,这个ISSUE涉及的PosixPath轉成str就解决了 但nfs server的使用还没走通 需要设置mount到一个空目录,还是到一个有qlib数据的目录?mount上去之后还有哪些数据放置操作? 如果mount到空目录的话,数据如何初始传过去?如果mount到有qlib数据的目录,mount成功后,好像那个目录显示的内容也就变了