-
Notifications
You must be signed in to change notification settings - Fork 0
building failed (Linux) #3
Copy link
Copy link
Open
Labels
bugNot working as intendedNot working as intendednetworkIssue/PR is related to the neural networkIssue/PR is related to the neural networknot my faultThis is due to an issue either in Nim or Arraymancer and is not my faultThis is due to an issue either in Nim or Arraymancer and is not my fault
Metadata
Metadata
Assignees
Labels
bugNot working as intendedNot working as intendednetworkIssue/PR is related to the neural networkIssue/PR is related to the neural networknot my faultThis is due to an issue either in Nim or Arraymancer and is not my faultThis is due to an issue either in Nim or Arraymancer and is not my fault
i tried to build chrysaora on Linux but i failed .. i'm new to NIM but i can read code.
i had to install "arraymancer" so i did :
nimble install arraymancer
this installed v0.6.2 (not v0.6.1 as your README states) .. then i gave this command to build chrysaora :
nim c -d:danger src/chrysaora.nim
but the process ends with an error :
/home/roelof/Downloads/tmp5/chrysaora/src/bootstrap.nim(198, 28) template/generic instantiation of
optimizerAdamfrom here/home/roelof/.nimble/pkgs/arraymancer-0.6.2/arraymancer/nn/optimizers/optimizers.nim(227, 6) Error: 'optimizerAdam' can have side effects
can you help ?
I'm on Xubuntu 20.04