Skip to content

Instantly share code, notes, and snippets.

@algorev
Created November 20, 2021 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save algorev/be7728c27d822ec45f631c42fa7d11dc to your computer and use it in GitHub Desktop.
Save algorev/be7728c27d822ec45f631c42fa7d11dc to your computer and use it in GitHub Desktop.
Module import error
$ raku .\Neuron.raku
Could not find ActivationFunction in:
inst#C:\Users\whoanders\.raku
inst#C:\Users\whoanders\scoop\apps\rakudo-star\current\share\perl6\site
inst#C:\Users\whoanders\scoop\apps\rakudo-star\current\share\perl6\vendor
inst#C:\Users\whoanders\scoop\apps\rakudo-star\current\share\perl6\core
ap#
nqp#
perl5#
in block <unit> at .\Neuron.raku line 2
use v6;
require ActivationFunction;
# The file (Neuron.raku) is in the same directory as the module i'm trying to load (ActivationFunction.rakumod).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment