Jaykul / Jupyter-PowerShell

Jupyter Kernel for PowerShell
Other
109 stars 17 forks source link

Trouble installing via Chocolatey #19

Open sadukie opened 6 years ago

sadukie commented 6 years ago

Following the installation instructions for installing via chocolatey, I ran into a problem:

Chocolatey v0.10.10
Installing the following packages:
jupyter-powershell
By installing you accept licenses for the packages.
jupyter-powershell not installed. The package was not found with the source(s) listed.
 Source(s): 'https://chocolatey.org/api/v2/'
 NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify `--pre`,
 the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
 assistance.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

If I add the --pre, then it installs.

choco install jupyter-powershell --pre
Chocolatey v0.10.10
Installing the following packages:
jupyter-powershell
By installing you accept licenses for the packages.
Progress: Downloading jupyter-powershell 1.0.0-beta-7... 100%

jupyter-powershell v1.0.0-beta-7
Jaykul commented 6 years ago

The problem is that chocolatey doesn't have the 1.0.0 release, because I haven't been able to figure out what to put in a license file (see PowerShell#6463), and chocolatey.org simply doesn't allow releases without licenses

ChrisMagnuson commented 5 years ago

As PowerShell#6463 has been closed I think the license could be updated and the packaged published. Hit this today when trying to install.