Jack Clayton

Results 47 comments of Jack Clayton

There were some problems updating prior releases, should no longer be a problem

It was working on 2-core codespaces for me, but the Python they put on top of PATH only has a static libpython, you can resolve by activating a venv of...

Resolved in nightly release by https://github.com/modularml/mojo/commit/b6776222dbd1e2e72a5e6f772d01b35fee7ea0d9. Mojo now finds libpython using the python executable on the top of `PATH` You can test before the official release with `modular install nightly/mojo`....

No worries thanks for the feedback @JasonMendoza2008. Reopening until that error message is improved. This will be in stable shortly, one catch-all way to resolve it is to run [the...

Resolved by https://github.com/modularml/mojo/commit/b6776222dbd1e2e72a5e6f772d01b35fee7ea0d9. Mojo now finds libpython using the python executable on the top of `PATH`. Please try again with `modular install mojo` or `modular install max`, if it still...

Hi @Renkai are any of the example notebooks working for you? is it just this one that's failing?

Hi do a search on your system for libpython: ```bash sudo find / -name 'libpython*.so' ``` For example this might show up amongst others: ``` /opt/conda/lib/libpython3.10.so /opt/conda/lib/libpython3.so ``` So before...

Resolved by https://github.com/modularml/mojo/commit/b6776222dbd1e2e72a5e6f772d01b35fee7ea0d9. Mojo now finds libpython using the python executable on the top of `PATH`. Please try again with `modular install mojo` or `modular install max`, if it still...

@abduld fyi Relevant blog post: https://justine.lol/mmap/