ModuleNotFoundError: No module named 'qlib.config'
See original GitHub issueBoth on Windows and Linux, when I run the command: python run_all_model.py --models=lightgbm, I got the following error message:
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'qlib.config'
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:22 (1 by maintainers)
Top Results From Across the Web
Qlib FAQ — QLib 0.9.0.99 documentation
ModuleNotFoundError : No module named 'qlib.data. ... qlib.config.redis_task_db defaults is 1 , users can use qlib.init(redis_task_db=<other_db>) settings.
Read more >ModuleNotFoundError: No module named 'qlib' - RoseIndia.Net
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'qlib' How to remove the ModuleNotFoun.
Read more >No module named 'qlib.utils'_桂花米酒小丸子的博客
解决pycharm报错,ModuleNotFoundError:No module named 'qlib.utils'
Read more >pyqlib - PyPI
Features released before 2021 are not listed here. Qlib is an ... Note: You can install Qlib with python setup.py install as well....
Read more >modulenotfounderror: no module named 'yaml'
config import REG_CN ModuleNotFoundError: No module named 'qlib.config' On windows 10, my python is 3.8.5 which is installed by anaconda. Installing Windows- ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @ardeal , if you want to run the workflow with
qrunwith a different data path, it is recommended to change theprovider_uriin the yaml file such asworkflow_config_lightgbm_Alpha158.yamlmanully for now.Another option would be running the workflow with
workflow_by_code.pyunder theexamplesfolder, where theprovider_urishould be modified accordingly as well.We are sorry that
Qlibis not supporting multi-platform in a decent way. We will try to make it more convenient for users to run models directly on different OS in the near future.Thanks.
If I run the file: workflow_by_code.py on windows 10, I got the following error message: