EasyIDE icon indicating copy to clipboard operation
EasyIDE copied to clipboard

PublicPacletInstall Failure

Open bakerryd123 opened this issue 4 years ago • 3 comments

I tried: << https://paclets.github.io/PacletServer/Install.wl; PublicPacletInstall["EasyIDE"]

The PublicPacletInstall gives error: Join: Heads List and PublicPacletInstallPrivatePrivatesetNonRemoteLocation at positions 1 and 2 are expected to be the same`

bakerryd123 avatar Jul 27 '20 19:07 bakerryd123

I've got the same issue.

quantum-mob avatar Dec 28 '20 15:12 quantum-mob

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..

quantum-mob avatar Dec 28 '20 16:12 quantum-mob

Workaround: git clone repo CreatePacletArchive["EasyIDE"] PacletInstall["EasyIDE-1.0.15.paclet"]

ecbrown avatar Jun 26 '21 19:06 ecbrown