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

ModuleNotFoundError: No module named 'optimizer' #73

Closed
DogsTailFarmer opened this issue Feb 25, 2024 · 1 comment
Closed

ModuleNotFoundError: No module named 'optimizer' #73

DogsTailFarmer opened this issue Feb 25, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@DogsTailFarmer
Copy link
Owner

when i want to do backtest i have an error, what version of python should i use for this project?: I have 3.10.12
here is my issue:
martin-binance-backtest
Traceback (most recent call last):
File "/home/toor/.local/bin/martin-binance-backtest", line 5, in
from martin_binance.backtest.OoTSP import main
File "/home/toor/.local/lib/python3.10/site-packages/martin_binance/backtest/OoTSP.py", line 19, in
from optimizer import optimize
ModuleNotFoundError: No module named 'optimizer'

Originally posted by @martinbasinski in #72 (reply in thread)

@DogsTailFarmer DogsTailFarmer added the bug Something isn't working label Feb 25, 2024
@DogsTailFarmer DogsTailFarmer self-assigned this Feb 25, 2024
@DogsTailFarmer
Copy link
Owner Author

Fixed in 2.1.5

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

1 participant