Closed sneekyfoxx closed 1 year ago
We don't officially support fedora for the Mojo SDK, for others that are interested please upvote this issue.
May I ask why this was closed? There seems to be sufficient interest in this issue ticket
Same issue, also on fedora.
yeah same exact exception and I'm also on Fedora, upvoting this.
Is the CURL error related to the LIBTINFO?
$ modular install mojo
modular: /lib64/libtinfo.so.6: no version information available (required by modular)
modular: error: http error: failed to reach URL https://packages.modular.com/mojo/1.root.json with cURL error Problem with the SSL CA cert (path? access rights?) -
$ modular host-info
modular: /lib64/libtinfo.so.6: no version information available (required by modular)
Host Information
================
Target Triple: x86_64-unknown-linux
CPU: skylake
CPU Features: 64bit, adx, aes, avx, avx2, bmi, bmi2, clflushopt, cmov, crc32, cx16, cx8, f16c, fma, fsgsbase, fxsr, invpcid, lzcnt, mmx, movbe, pclmul, popcnt, prfchw, rdrnd, rdseed, sahf, sgx, sse, sse2, sse3, sse4.1, sse4.2, ssse3, x87, xsave, xsavec, xsaveopt, xsaves
$ curl https://get.modular.com | \
MODULAR_AUTH=mut_43703717572546048e70e9089589557f \
sh -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3176 100 3176 0 0 3493 0 --:--:-- --:--:-- --:--:-- 3490
[sudo] password for rhh:
Executing the setup script for the 'modular/installer' repository ...
OK: Checking for required executable 'curl' ...
OK: Checking for required executable 'rpm' ...
OK: Detecting your OS distribution and release using system methods ...
^^^^: ... Detected/provided for your OS/distribution, version and architecture:
>>>>:
>>>>: ... distro=rhel version=9.2 codename=Plow arch=x86_64
>>>>:
OK: Importing 'modular/installer' repository GPG keys into rpm ...
OK: Checking for available package manager (DNF/Microdnf/YUM/Zypper) ...
^^^^: ... Detected package manager as 'dnf'
OK: Checking for dnf dependency 'dnf-plugins-core' ...
OK: Checking if upstream install config is OK ...
OK: Fetching 'modular/installer' repository configuration ...
OK: Installing 'modular/installer' repository via dnf ...
Importing GPG key 0x7A3895AD:
Userid : "Cloudsmith Package (modular/installer) <support@cloudsmith.io>"
Fingerprint: 0BAB A1B0 518C 87CF F4CC 3740 0E49 2573 7A38 95AD
From : https://dl.modular.com/public/installer/gpg.0E4925737A3895AD.key
Importing GPG key 0x7A3895AD:
Userid : "Cloudsmith Package (modular/installer) <support@cloudsmith.io>"
Fingerprint: 0BAB A1B0 518C 87CF F4CC 3740 0E49 2573 7A38 95AD
From : https://dl.modular.com/public/installer/gpg.0E4925737A3895AD.key
Importing GPG key 0x7A3895AD:
Userid : "Cloudsmith Package (modular/installer) <support@cloudsmith.io>"
Fingerprint: 0BAB A1B0 518C 87CF F4CC 3740 0E49 2573 7A38 95AD
From : https://dl.modular.com/public/installer/gpg.0E4925737A3895AD.key
OK: Updating the dnf cache to fetch the new repository metadata ...
OK: The repository has been installed successfully - You're ready to rock!
Installed:
modular-0.1.4-1.x86_64
modular: /lib64/libtinfo.so.6: no version information available (required by modular)
__ __ _ _
| \/ | ___ __| |_ _| | __ _ _ __
| |\/| |/ _ \ / _` | | | | |/ _` | '__|
| | | | (_) | (_| | |_| | | (_| | |
|_| |_|\___/ \__,_|\__,_|_|\__,_|_|
Welcome to the Modular CLI!
For info about this tool, type "modular --help".
To install Mojo�, type "modular install mojo".
For Mojo documentation, see https://docs.modular.com/mojo.
To chat on Discord, visit https://discord.gg/modular.
To report issues, go to https://github.com/modularml/mojo/issues.
Same problem here!
Same issue here on Fedora Linux 37.
$ modular install mojo
$ inxi -F
Please mojo devs, can you not save us time looking in github issues: I feel like support should be listed properly, not just blanket "linux". Unless you want to put the time into supporting linux, be specific !
Also without the source code can't even try to fix this myself, you have a github, youll be getting the same number of issues. Just release the source !
Thanks for your feedback. We are looking to support new OS in the future. In the meantime, please refer to the documentation for the current OS requirements -> https://docs.modular.com/engine/get-started#requirements and https://docs.modular.com/mojo/manual/get-started/#system-requirements
The below works for me on Fedora 40
https://github.com/modularml/mojo/issues/855#issuecomment-2116834443
Bug description
When trying to install mojo on Fedora Linux, during the self test occurs a problem with running Python which causes modular to abort the installation process. Though, I can go into
~/.modular/pkg/packages.modular.com_mojo/bin/
and start the mojo interpreter (which works).Steps To Reproduce
System information