No module named 'finrl_meta' #967
Unanswered
Arishi-Orra
asked this question in
Q&A
Replies: 2 comments
-
I am also facing the same issue... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perhaps you are installing the library with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have successfully installed the FinRL library and when I am running the [Stock_NeurIPS2018.ipynb] (https://github.com/AI4Finance-Foundation/FinRL-Tutorials/blob/master/1-Introduction/Stock_NeurIPS2018_SB3.ipynb) file, it showing the following error:
from finrl_meta.preprocessor.yahoodownloader import YahooDownloader
ModuleNotFoundError: No module named 'finrl_meta'
"
The same error is also pooping when running the following command:
2."
from finrl.meta.preprocessor.preprocessors import FeatureEngineer, data_split
ModuleNotFoundError: No module named 'finrl.meta'
"
Also, one more error:
3." from finrl import config_tickers
ImportError: cannot import name 'config_tickers' from 'finrl'
"
Need help with what I am doing wrong here.
Beta Was this translation helpful? Give feedback.
All reactions