Nuget Accord.Neuro package referencing
Nuget Accord.Neuro package referencing
10 Oct 2024, 10:34
I installed the Accord.Neuro dotnet nuget package for my cbot via the dotnet cli.
When I browse and add .dll reference files to my ctrader project the associated “using accord” statements are recognized.
But, when I try to build within ctrader for desktop I get a "Error Code CT0201: package Accord.Neuro not supported" message.
Am I failing to reference .Net 6.0 packages that might allow this to work?
What is this error code?
Cheers
Replies
pjkellytrading
10 Oct 2024, 11:11
( Updated at: 11 Oct 2024, 08:31 )
RE: Nuget Accord.Neuro package referencing
PanagiotisCharalampous said:
Hi there,
Make sure you are using the .Net 6.0 compiler
Thank you, that worked. However, Accord.Statistics sis not found and throws a runtime error during OnStart. Not sure what I need to do now.
EDITED: This issue was solved by selecting the .NET SDK 6.0135 compiler and installing the dotnet nuget Accord.NET packages
@pjkellytrading
PanagiotisCharalampous
10 Oct 2024, 10:43
Hi there,
Make sure you are using the .Net 6.0 compiler
@PanagiotisCharalampous