JRX
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
ok, I managed to solve my problem. the issue comes from the fact that I had system python linked as
python_lib
in modular.cfg
but in runtime I was using libraries from pyenv python. After setting the right python_lib
mojo works well with pyenv python. I had to rebuild python with shared libraries though110 replies
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
I've tried to set up conda for myself and for python installed with conda mojo works. unfortunately for python from pyenv it doesnt 😢
110 replies
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
I guess it makes sense, the trouble is that I already have
pyenv
installed on my system and it sounds like having both that and miniconda is asking for trouble110 replies
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
hi, I'm completely new to mojo, just installed it on a mac laptop and I'm trying to go through tutorials.
Trying to go through the matrix multiplication example but when I try to import numpy I get this:
I'm not fully sure what's the relationship between mojo and my system python, but it seems to be importing numpy from the virtualenv.
110 replies