Module pymatmul not found
@aespeiuk can you try changing
hello_interop.mojo
to this and running it:
And show me the output thanks17 Replies
I created a file as I could not find any file by that name
@aespeiuk what happens when you do:
Thinking there might be a symbolic link causing problems
can you show:
yes
root dir
Yeah there's no
simple_interop.py
in there, do this:
Then try againGitHub
GitHub - modularml/mojo: The Mojo Programming Language
The Mojo Programming Language. Contribute to modularml/mojo development by creating an account on GitHub.
same issue
this is the new folder downloaded
There's no .py files in there
Put the files from here: https://github.com/modularml/mojo/tree/main/examples
Ending in .py there manually
I'm not sure why the .py files are not downloaded
trying
it worked
Some issue related to the github!
@Jack Clayton thanks again !
Its so wierd why the .py files didn't download. I had the same issue... I'm not sure if this is relevant but when I "cd"-ed into mojo/examples, the git info shown to me was this:
It was shown to me like that right after cloning.
i have the pyfiles but still get the same error
quick solve i should have cd into examples first
then it worked
@Jack Clayton I too had this problem & snagged the files out of the repo manually. It's fine now. I don't know if it's worth trying:
git clone -c core.symlinks=true https://github.com/modularml/mojo
?