EasyIDE
EasyIDE copied to clipboard
PublicPacletInstall Failure
I tried:
<< https://paclets.github.io/PacletServer/Install.wl;
PublicPacletInstall["EasyIDE"]
The PublicPacletInstall gives error:
Join: Heads List and PublicPacletInstall
PrivatePrivate
setNonRemoteLocation at positions 1 and 2 are expected to be the same`
I've got the same issue.
As PacletInstall is available in Mathematica v12.1, I tried it, too:
PacletInstall["EasyIDE", PacletSite -> "https://paclets.github.io/PacletServer"]
But it does not work, either:
PacletInstall::dwnld: An error occurred downloading paclet EasyIDE-1.0.15 from site https://paclets.github.io/PacletServer: File not found on server..
Workaround: git clone repo CreatePacletArchive["EasyIDE"] PacletInstall["EasyIDE-1.0.15.paclet"]