You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to be getting this issue when trying to run backtest after installation:
C:\Users\IntlAdmin\Desktop\gekko-develop>perl backtest.pl
Can't locate Text/Table.pm in @inc (you may need to install the Text::Table module) (@inc contains: C:/Strawberry/perl/site/lib C:/Strawberry/perl/vendor/lib C:/Strawberry/perl/lib) at backtest.pl line 22.
BEGIN failed--compilation aborted at backtest.pl line 22.
Loaded the module again and got this:
C:\Users\IntlAdmin\Desktop\gekko-develop>cpan install text::table
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Thu, 07 Jun 2018 04:40:17 GMT
Still got the same error as before when trying to run the program. Any thoughts on what I might be doing wrong?
The text was updated successfully, but these errors were encountered:
I seem to be getting this issue when trying to run backtest after installation:
C:\Users\IntlAdmin\Desktop\gekko-develop>perl backtest.pl
Can't locate Text/Table.pm in @inc (you may need to install the Text::Table module) (@inc contains: C:/Strawberry/perl/site/lib C:/Strawberry/perl/vendor/lib C:/Strawberry/perl/lib) at backtest.pl line 22.
BEGIN failed--compilation aborted at backtest.pl line 22.
Loaded the module again and got this:
C:\Users\IntlAdmin\Desktop\gekko-develop>cpan install text::table
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Thu, 07 Jun 2018 04:40:17 GMT
Still got the same error as before when trying to run the program. Any thoughts on what I might be doing wrong?
The text was updated successfully, but these errors were encountered: