Closed sugr-wq closed 3 months ago
Hi @sugr-wq and thanks for opening this issue!
To use the package, you actually don't need to open OGRe.m
itself for editing. Please see instruction on the main page of the GitHub repository under "Installing and loading the package".
The easiest way is to run the command URLDownload["https://raw.githubusercontent.com/bshoshany/OGRe/master/OGRe.m", FileNameJoin[{$UserBaseDirectory, "Applications", "OGRe.m"}]]
in any Mathematica notebook, which will install the package so that it can then be loaded into any notebook using the command Needs["OGRe`"]
.
Now, there are some reason to open OGRe.m
itself, for example to modify the package's source code in order to add new features. However, I don't think that is what you want to do if you just discovered the package today. In any case, I tried it on my computer right now (Mathematica 14.1) and the file opened without problem. If you do wish to modify the package's source code, then we can try to figure out together why it crashes on your computer (perhaps due to a corrupted Mathematica installation), but like I said, if you just want to use the package for doing tensor calculations, please follow the instructions linked above.
Hope this helps!
I found the OGRe package just today. I downloaded the file OGRe.m on my computer. Every time I try to open it, I see the the kind of screen shown in the attached picture, after which OGRe.m crashes and closes.
So I'm unable to open OGRe.m