RuleBasedIntegration / Rubi

Rubi for Mathematica
http://rulebasedintegration.org
MIT License
225 stars 22 forks source link

warning message when `Needs` #5

Closed AlexanderZ11234 closed 5 years ago

AlexanderZ11234 commented 5 years ago

After PacletInstall, running Needs["Rubi"]` gets below warning message:

Syntax::sntue: Unexpected end of file (probably unfinished expression) (line 47 of "C:\Users\\AppData\Roaming\Mathematica\Paclets\Repository\Rubi-4.15.2. 1\IntegrationRules\9.1 Integrand simplification rules.m").

halirutan commented 5 years ago

That is quite odd and indicates that this file is corrupted. We have tested Rubi on Windows, Mac, and Linux and this issue never appeared. I have released the new Rubi version some seconds ago. Can you please try the following

Uninstall your Rubi version with

PacletUninstall["Rubi"]

Install the new version with

PacletInstall[
  "https://github.com/RuleBasedIntegration/Rubi/releases/download/4.16.0.2/Rubi-4.16.0.2.paclet"
]

and then try

<<Rubi`

In addition, what Mathematica version are you using?

AlexanderZ11234 commented 5 years ago

@halirutan Thank you! It works. My MMA is v11.3.