Skip to main content
deleted 1 character in body
Source Link
b3m2a1
  • 48k
  • 3
  • 98
  • 251

I want to use GitHub as a paclet server, but this fails:

PacletInstall[ "ServiceConnection_StackExchange", "Site" -> "https:/github.com/b3m2a1paclets/PacletServer"Repository" ] PacletSiteUpdate::err: An error occurred attempting to update paclet information from site https:/github.com/b3m2a1/PacletServer. Does not appear to be a valid paclet site PacletInstall::notavail: No paclet named ServiceConnection_StackExchange is available for download from any currently enabled paclet sites. $Failed 

Is there a work around?


See also: How to distribute Mathematica packages as paclets? and this answer

I want to use GitHub as a paclet server, but this fails:

PacletInstall[ "ServiceConnection_StackExchange", "Site" -> "https:/github.com/b3m2a1/PacletServer" ] PacletSiteUpdate::err: An error occurred attempting to update paclet information from site https:/github.com/b3m2a1/PacletServer. Does not appear to be a valid paclet site PacletInstall::notavail: No paclet named ServiceConnection_StackExchange is available for download from any currently enabled paclet sites. $Failed 

Is there a work around?


See also: How to distribute Mathematica packages as paclets? and this answer

I want to use GitHub as a paclet server, but this fails:

PacletInstall[ "ServiceConnection_StackExchange", "Site" -> "https:/github.com/paclets/Repository" ] PacletSiteUpdate::err: An error occurred attempting to update paclet information from site https:/github.com/b3m2a1/PacletServer. Does not appear to be a valid paclet site PacletInstall::notavail: No paclet named ServiceConnection_StackExchange is available for download from any currently enabled paclet sites. $Failed 

Is there a work around?


See also: How to distribute Mathematica packages as paclets? and this answer

added 143 characters in body
Source Link
b3m2a1
  • 48k
  • 3
  • 98
  • 251

I want to use GitHub as a paclet server, but this fails:

PacletInstall[ "ServiceConnection_StackExchange", "Site" -> "https:/github.com/b3m2a1/PacletServer" ] PacletSiteUpdate::err: An error occurred attempting to update paclet information from site https:/github.com/b3m2a1/PacletServer. Does not appear to be a valid paclet site PacletInstall::notavail: No paclet named ServiceConnection_StackExchange is available for download from any currently enabled paclet sites. $Failed 

Is there a work around?


See also: How to distribute Mathematica packages as paclets? and this answer

I want to use GitHub as a paclet server, but this fails:

PacletInstall[ "ServiceConnection_StackExchange", "Site" -> "https:/github.com/b3m2a1/PacletServer" ] PacletSiteUpdate::err: An error occurred attempting to update paclet information from site https:/github.com/b3m2a1/PacletServer. Does not appear to be a valid paclet site PacletInstall::notavail: No paclet named ServiceConnection_StackExchange is available for download from any currently enabled paclet sites. $Failed 

Is there a work around?

I want to use GitHub as a paclet server, but this fails:

PacletInstall[ "ServiceConnection_StackExchange", "Site" -> "https:/github.com/b3m2a1/PacletServer" ] PacletSiteUpdate::err: An error occurred attempting to update paclet information from site https:/github.com/b3m2a1/PacletServer. Does not appear to be a valid paclet site PacletInstall::notavail: No paclet named ServiceConnection_StackExchange is available for download from any currently enabled paclet sites. $Failed 

Is there a work around?


See also: How to distribute Mathematica packages as paclets? and this answer

Tweeted twitter.com/StackMma/status/905192487987314689
Source Link
b3m2a1
  • 48k
  • 3
  • 98
  • 251

How can I use GitHub as a paclet server?

I want to use GitHub as a paclet server, but this fails:

PacletInstall[ "ServiceConnection_StackExchange", "Site" -> "https:/github.com/b3m2a1/PacletServer" ] PacletSiteUpdate::err: An error occurred attempting to update paclet information from site https:/github.com/b3m2a1/PacletServer. Does not appear to be a valid paclet site PacletInstall::notavail: No paclet named ServiceConnection_StackExchange is available for download from any currently enabled paclet sites. $Failed 

Is there a work around?