Wouks
MModular
•Created by Wouks on 10/26/2024 in #questions
Error when running Mojo when path contains # (hash)
Yeah. The Mojo REPL/Shell doesn't work when the path has a
#
. It would have been great if the error message was more clear as to what the issue is and that it is from Pixi.13 replies
MModular
•Created by Wouks on 10/26/2024 in #questions
Error when running Mojo when path contains # (hash)
Yes. Once I have removed the
#
and rebuild it all works. If I then go and change it back to have the #
and rebuild then the error pops up again. So for some reason if a #
is in the path it causes the error.13 replies
MModular
•Created by Wouks on 10/26/2024 in #questions
Error when running Mojo when path contains # (hash)
Before magic you would use install modular. You would then just create the .mojo file and use
mojo hello.mojo
to run the script/file. Or you could do mojo build hello.mojo
and it would build the file which you could then run using ./hello
. And it all worked with a path that contained a #
. Now with magic this doesn't work when the path contains a #
.13 replies
MModular
•Created by Wouks on 10/26/2024 in #questions
Error when running Mojo when path contains # (hash)
My point is that this was never an issue before Magic. If the path to that .mojo file contained a
#
it would still build the executable and it would run without issue. Now I just get a error that says it cannot map a file that is an actual file or block device.13 replies