Why all the buttons showing $Failed
in my install?
<img alt="picture" src="https://i.loli.net/2021/01/14/6N7bYvepcGFqlai.png" />
ver 12.2.0, tried LC_ALL=en_US.UTF-8
Git Clone URL: | https://aur.archlinux.org/mathematica.git (read-only, click to copy) |
---|---|
Package Base: | mathematica |
Description: | A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing with offline documentation. |
Upstream URL: | http://www.wolfram.com/mathematica/ |
Licenses: | LicenseRef-WolframMathematicaLicenseAgreement |
Submitter: | Feanor12 |
Maintainer: | JP-Ellis (marmis) |
Last Packager: | marmis |
Votes: | 80 |
Popularity: | 0.39 |
First Submitted: | 2011-03-03 21:27 (UTC) |
Last Updated: | 2025-01-26 05:16 (UTC) |
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 37 Next › Last »
Why all the buttons showing $Failed
in my install?
<img alt="picture" src="https://i.loli.net/2021/01/14/6N7bYvepcGFqlai.png" />
ver 12.2.0, tried LC_ALL=en_US.UTF-8
Wolfram got back to me about the Graphics3D issues with poor font rendering and Opacity. As previously mentioned, a workaround is to use the -mesa option when starting Mathematica (which renders on the CPU and is thus slow) or using an Nvidia GPU. (I don't know about AMD?) They also gave me a nicer workaround for the Opacity issue: https://mathematica.stackexchange.com/a/236975/36317
Here's a PKGBUILD for 12.2.0 https://pastebin.com/raw/Fy1t961P I haven't noticed any regressions. Unfortunately, the Graphics3D issues with poor font rendering and Opacity making things invisible haven't been fixed. (I contacted Wolfram about these issues today, so hopefully they'll be fixed in a later version.)
@tuxzz This is a known issue. Unfortunately, it seems that there is no easy fix. For a not so easy fix, check this: https://www.csslayer.info/wordpress/fcitx-dev/a-case-study-how-to-compile-a-fcitx-platforminputcontext-plugin-for-a-proprietary-software-that-uses-qt-5/ Disclaimer: I haven't tried this myself.
@tuxzz I've never used Fcitx or fcitx5. From what I could find, they are meant to add support for inputting non-ASCII characters? If that's the case, then I doubt that will ever work because Mathematica simply does not support unicode very well. It only added unicode support in v12, and even then it's very limited and you cannot input non-ASCII characters without using the special syntax they use.
@defty
Indeed you don't need most optional dependencies. Mathematica has such a broad scope that including every dependency seems like overkill (especially if one wants to install Mathematica without needing the GUI).
As the the error you're getting, I'm not really sure what might be causing it.
fcitx5 doesn't work in this Mathematica. Did anyone fix it?
2 questions:
@JP-Ellis do the 21 GB need to be free storage in the / partition or in /home?
@wjhandley Mostly likely, the directory Mathematica is being built in ran out of space during installation, resulting in Mathematica's installer just not creating certain files. Please make sure you have at least 21GB of space (I believe that is the current total).
Pinned Comments
marmis commented on 2024-12-24 03:37 (UTC)
mathematica
andmathematica-light
have been updated to 14.1. Matematica is being rebranded to WolframApp or just Wolfram. Because of that, you might have to update your current configuration according to Upgrading from Mathematica to Wolfram:$UserBaseDirectory
is now~/.Wolfram
(you may need tomv ~/.Mathematica ~/.Wolfram
)MATHINIT
is nowWOLFRAMNB_INIT
(for additional arguments to Wolfram)MATHEMATICA_BASE
is nowWOLFRAM_BASE
(for custom$BaseDirectory
)MATHEMATICA_USERBASE
is nowWOLFRAM_USERBASE
(for custom$UserBaseDirectory
)JP-Ellis commented on 2022-10-08 00:22 (UTC) (edited on 2023-08-19 12:56 (UTC) by JP-Ellis)
Wolfram offers two bundles for Mathematica: one with offline docs included, and one which relies on online docs. I have created corresponding version of the Mathematica package in the AUR:
mathematica
: As this package has historically always included offline docs, it will continue to do so now. As of 13.1.0, the package takes up around 14.1GiB with all documentation.mathematica-light
: For those people who want a small package and/or want to use online docs, I have created this package which uses Wolfram's online-docs bundling of Mathematica. As of 13.3, the light version takes up around 7.2GiB.