-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named ta #9
Comments
pip install -r requirements.txt No need to run detection_engine or pip with sudo. |
Error still remains even without "sudo": spector@spector-K53Z**:~/Downloads/surpriver-master$ pip3 install -r requirements.txt**** Traceback (most recent call last): Is there a configuration setting I am missing? |
If you have to run pip3 then you may have python 2.7 (default) and python3 installed. Run it with python3 instead of just python. python3 detection_engine.py --top_n 25 --min_volume 5000 --data_granularity_minutes 60 --history_to_use 14 --is_load_from_dictionary 0 --data_dictionary_path 'dictionaries/data_dict.npy' --is_save_dictionary 1 --is_test 1 --future_bars 25 |
:~/Downloads/surpriver-master$ sudo python detection_engine.py -v --top_n 25 --min_volume 5000 --data_granularity_minutes 60 --history_to_use 14 --is_load_from_dictionary 0 --data_dictionary_path 'dictionaries/data_dict.npy' --is_save_dictionary 1 --is_test 0 --future_bars 0
Traceback (most recent call last):
File "detection_engine.py", line 3, in
import ta
ImportError: No module named ta
The text was updated successfully, but these errors were encountered: