xFFFFF / Gekko-BacktestTool

Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
MIT License
231 stars 85 forks source link

Can't locate Parallel/ForkManager.pm in @INC #39

Open CryptoCoeus opened 6 years ago

CryptoCoeus commented 6 years ago

Hey Guys,

When I run "perl backtest.pl" in the terminal (i am using macOS 10.13.06), i am having the below error.. Does anybody have the solution ?

Can't locate Parallel/ForkManager.pm in @INC (you may need to install the Parallel::ForkManager module)

(@INC contains: /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18 .) at backtest.pl line 4.

BEGIN failed--compilation aborted at backtest.pl line 4.

lkru commented 6 years ago

I have the same issue, did you sort it out?

CryptoCoeus commented 6 years ago

Nope 👎.. this project didnt work it out for me!!

lkru commented 6 years ago

What are you using then if I may ask. I managed to get it running yesterday.

CryptoCoeus commented 6 years ago

i moved into japonicus , python is my native anyway. But for start backtesting, i may need this tool again in the future.. How did you fix this problem ?