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

File Not Found "plugins.py" #203

Closed
BedirhanERKAN opened this issue Jun 15, 2021 · 3 comments
Closed

File Not Found "plugins.py" #203

BedirhanERKAN opened this issue Jun 15, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@BedirhanERKAN
Copy link

BedirhanERKAN commented Jun 15, 2021

Describe the bug

$ jesse import-candles 'Binance' 'BTC-USDT' '2020-01-01'
import_candles_mode.run(exchange, symbol, start_date, skip_confirmation)
File "c:\users\taka9\desktop\jesse-master\jesse\modes\import_candles_mode_init_.py", line 47, in run
raise FileNotFoundError('You are missing the "plugins.py" file')

Uncaught Exception: FileNotFoundError: You are missing the "plugins.py" file

Enviroment (please complete the following information):

  • OS: Windows 10
  • Version: 0.25.0
  • Location: c:\users\taka9\desktop\jesse-master
  • Requires: arrow, blinker, Click, crypto-empyrical, matplotlib, newtulipy, numpy, pandas, peewee, psycopg2-binary, pydash, pytest, requests, scipy, TA-Lib, tabula
    te, timeloop, websocket-client
@BedirhanERKAN BedirhanERKAN added the bug Something isn't working label Jun 15, 2021
@macd2
Copy link
Contributor

macd2 commented Jun 23, 2021

having the same issue

@cryptocoinserver
Copy link
Collaborator

cryptocoinserver commented Jun 24, 2021

There is a necessary update in existing projects created before version 0.25. See at the bottom of this blog article. https://jesse.trade/blog/news/new-releases-custom-exchange-drivers-websocket-refactors-and-more You need to add the new, but for you missing plugins.py

@macd2
Copy link
Contributor

macd2 commented Jun 25, 2021

There is a necessary update in existing projects created before version 0.25. See at the bottom of this blog article. https://jesse.trade/blog/news/new-releases-custom-exchange-drivers-websocket-refactors-and-more You need to add the new, but for you missing plugins.py

perfect that did the trick, thanks for the replay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants