Skip to content
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

Pandas error not installing #4

Open
Deepak960085 opened this issue Dec 4, 2022 · 1 comment
Open

Pandas error not installing #4

Deepak960085 opened this issue Dec 4, 2022 · 1 comment

Comments

@Deepak960085
Copy link

Traceback (most recent call last):
File "/storage/emulated/0/Download/binance-spot-trading-bot-mainmmm/binance-spot-trading-bot-main/main.py", line 9, in
from indicators import rsi_fourteen_days_close, rsi_fifteen_days_close, heikin_today, heikin_yesterday,
File "/storage/emulated/0/Download/binance-spot-trading-bot-mainmmm/binance-spot-trading-bot-main/indicators.py", line 3, in
from heikin_ashi import calculate_heikin_ashi
File "/storage/emulated/0/Download/binance-spot-trading-bot-mainmmm/binance-spot-trading-bot-main/heikin_ashi.py", line 3, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'

@smzerehpoush
Copy link
Owner

smzerehpoush commented Dec 5, 2022

did you run pip install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants