fsprojects / IfSharp

F# for Jupyter Notebooks
Other
442 stars 71 forks source link

Could not find version for package FSharp.Core #168

Closed mastoj closed 6 years ago

mastoj commented 6 years ago

Description

I am trying to install IfSharp to a datalab instance of google cloud, but it fails with the above message.

Repro steps

  1. Create a datalab instance on google cloud
  2. Use the gcloud console tool to connect to the compute instance
  3. Connect to the docker datalab instance: docker exec -it datalab /bin/bash
  4. Install mono
  5. Follow instruction here to install IfSharp

Expected behavior

I expected it to install as described, instead I get a missing FSharp.Core.

Actual behavior

Failed with the following stack trace:

System.Exception: Could not find versions for package FSharp.Core on https://www.nuget.org/api/v2.
  at Paket.NuGetV2+versions@892-5.Invoke (System.String message) [0x00001] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () [0x00012] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.PrintfImpl+Final2@235[TState,TResidue,TResult,A,B].Invoke (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] env, A a, B b) [0x0005a] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3266-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Paket.NuGetV2+versions@892-7.Invoke (System.String arg20) [0x00001] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2) [0x0001f] in <5939249c904cf4daa74503839c243959>:0
  at Paket.NuGetV2.GetVersions (System.Boolean force, Microsoft.FSharp.Core.FSharpOption`1[T] alternativeProjectRoot, System.String root, System.Collections.Generic.IEnumerable`1[T] sources, Paket.Domain+PackageName packageName) [0x000a5] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.UpdateProcess+SelectiveUpdate@210.Invoke (Paket.ResolverStrategy resolverStrategy, Paket.Domain+GroupName groupName, Paket.Domain+PackageName packageName) [0x00001] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3266-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Paket.UpdateProcess+SelectiveUpdate@210-5.Invoke (Paket.Domain+PackageName arg30) [0x00001] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2) [0x0001f] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V,W] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2, V arg3) [0x0003d] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V,W,X] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2, V arg3, W arg4) [0x00065] in <5939249c904cf4daa74503839c243959>:0
  at Paket.UpdateProcess.getSortedAndCachedVersionsF@15 (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getSortedVersionsF, System.Collections.Generic.Dictionary`2[TKey,TValue] allVersions, Microsoft.FSharp.Collections.FSharpList`1[T] sources, Paket.ResolverStrategy resolverStrategy, Paket.Domain+GroupName groupName, Paket.Domain+PackageName packageName) [0x0003b] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.UpdateProcess+getVersionsF@126-1.GenerateNext (System.Collections.Generic.IEnumerable`1[System.Tuple`2[Paket.SemVerInfo,Microsoft.FSharp.Collections.FSharpList`1[Paket.PackageSources+PackageSource]]]& next) [0x0013a] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1[T].MoveNextImpl () [0x00017] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1[T].System-Collections-IEnumerator-MoveNext () [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.SeqModule.oneStepTo@986[T] (System.Collections.Generic.IEnumerable`1[T] source, System.Collections.Generic.List`1[T] prefix, Microsoft.FSharp.Core.FSharpRef`1[T] enumeratorR, System.Int32 i) [0x00045] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.SeqModule.f@4734-2[T] (System.Collections.Generic.IEnumerable`1[T] source, System.Collections.Generic.List`1[T] prefix, Microsoft.FSharp.Core.FSharpRef`1[T] enumeratorR, System.Int32 i, Microsoft.FSharp.Core.Unit unitVar0) [0x0001f] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.SeqModule+result@1002[T].Invoke (System.Int32 i) [0x00010] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.Internal+IEnumerator+unfold@199[b,a].DoMoveNext (b& ) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.Internal+IEnumerator+MapEnumerator`1[T].System-Collections-IEnumerator-MoveNext () [0x0000c] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.Internal+IEnumerator.next@187[T] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] f, System.Collections.Generic.IEnumerator`1[T] e, Microsoft.FSharp.Core.FSharpRef`1[T] started, Microsoft.FSharp.Core.Unit unitVar0) [0x00014] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.Internal+IEnumerator+filter@182[T].System-Collections-IEnumerator-MoveNext () [0x00016] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.SeqModule.IsEmpty[T] (System.Collections.Generic.IEnumerable`1[T] source) [0x00063] in <5939249c904cf4daa74503839c243959>:0
  at Paket.PackageResolver.getCompatibleVersions$cont@432 (Paket.PackageResolver+ResolverStep currentStep, Paket.Domain+GroupName groupName, Paket.Requirements+PackageRequirement currentRequirement, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getVersionsF, System.Boolean globalOverride, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForDirectDependencies, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForTransitives, Microsoft.FSharp.Core.Unit unitVar) [0x000d3] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.PackageResolver.getCompatibleVersions (Paket.PackageResolver+ResolverStep currentStep, Paket.Domain+GroupName groupName, Paket.Requirements+PackageRequirement currentRequirement, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getVersionsF, System.Boolean globalOverride, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForDirectDependencies, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForTransitives) [0x000dc] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.PackageResolver.step@652 (Paket.PackageResolver+UpdateMode updateMode, Paket.Domain+GroupName groupName, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForTransitives, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForDirectDependencies, Paket.Requirements+FrameworkRestrictions globalFrameworkRestrictions, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getVersionsF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getPackageDetailsF, Microsoft.FSharp.Core.FSharpOption`1[T] packageFilter, System.Collections.Generic.IDictionary`2[TKey,TValue] rootSettings, Paket.PackageResolver+Stage stage, Paket.PackageResolver+StackPack stackpack, System.Collections.Generic.IEnumerable`1[T] compatibleVersions, Paket.PackageResolver+StepFlags flags) [0x00374] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.PackageResolver.Resolve (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getVersionsF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getPackageDetailsF, Paket.Domain+GroupName groupName, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForDirectDependencies, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForTransitives, Paket.Requirements+FrameworkRestrictions globalFrameworkRestrictions, Microsoft.FSharp.Collections.FSharpSet`1[T] rootDependencies, Paket.PackageResolver+UpdateMode updateMode) [0x00156] in <593d0e63a970bee8a7450383630e3d59>:0
  at <StartupCode$Paket-Core>.$DependenciesFile+resolveGroup@173-1[b].Invoke (Paket.Domain+GroupName groupName, b _arg1) [0x000f3] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Collections.MapTreeModule.mapiOpt[a,b,c] (Microsoft.FSharp.Core.OptimizedClosures+FSharpFunc`3[T1,T2,TResult] f, Microsoft.FSharp.Collections.MapTree`2[TKey,TValue] m) [0x0002a] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.FSharpMap`2[TKey,TValue].Map[b] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] f) [0x00014] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.MapModule.Map[TKey,T,TResult] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] mapping, Microsoft.FSharp.Collections.FSharpMap`2[TKey,TValue] table) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Paket.DependenciesFile.Resolve[a] (System.Boolean force, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getSha1, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getVersionF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getPackageDetailsF, Microsoft.FSharp.Collections.FSharpMap`2[TKey,TValue] groupsToResolve, Paket.PackageResolver+UpdateMode updateMode) [0x0000f] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.UpdateProcess.selectiveUpdate (System.Boolean force, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getSha1, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getSortedVersionsF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getPackageDetailsF, Paket.LockFile lockFile, Paket.DependenciesFile dependenciesFile, Paket.PackageResolver+UpdateMode updateMode, Paket.SemVerUpdateMode semVerUpdateMode) [0x00227] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.UpdateProcess.SelectiveUpdate (Paket.DependenciesFile dependenciesFile, Microsoft.FSharp.Core.FSharpOption`1[T] alternativeProjectRoot, Paket.PackageResolver+UpdateMode updateMode, Paket.SemVerUpdateMode semVerUpdateMode, System.Boolean force) [0x000e0] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.UpdateProcess.SmartInstall (Paket.DependenciesFile dependenciesFile, Paket.PackageResolver+UpdateMode updateMode, Paket.UpdaterOptions options) [0x00001] in <593d0e63a970bee8a7450383630e3d59>:0
  at <StartupCode$Paket-Core>.$PublicAPI+Install@179.Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x0002e] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.Utils.RunInLockedAccessMode[a] (System.String rootFolder, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] action) [0x00084] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.Dependencies.Install (Paket.InstallerOptions options) [0x00013] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.Dependencies.Install (System.Boolean force, System.Boolean withBindingRedirects, System.Boolean cleanBindingRedirects, System.Boolean createNewBindingFiles, System.Boolean onlyReferenced, Paket.SemVerUpdateMode semVerUpdateMode, System.Boolean touchAffectedRefs, System.Boolean generateLoadScripts, Microsoft.FSharp.Collections.FSharpList`1[T] providedFrameworks, Microsoft.FSharp.Collections.FSharpList`1[T] providedScriptTypes, Microsoft.FSharp.Core.FSharpOption`1[T] alternativeProjectRoot) [0x0005c] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.Dependencies.Install (System.Boolean force) [0x00018] in <593d0e63a970bee8a7450383630e3d59>:0
  at IfSharp.Kernel.App.Install$cont@191 (System.String thisExecutable, System.String customDir, System.String configFile, System.String configqtFile, System.String kernelFile, System.String logoFile, System.String kjsFile, System.String fjsFile, System.String wjsFile, System.String wcjsFile, System.String logo64File, System.String logo32File, System.String versionFile, Microsoft.FSharp.Core.Unit unitVar) [0x00348] in <5943b5ddf8575471a7450383ddb54359>:0
  at IfSharp.Kernel.App.Install (System.Boolean forceInstall) [0x00223] in <5943b5ddf8575471a7450383ddb54359>:0
  at IfSharp.Kernel.App.Start (System.String[] args) [0x00006] in <5943b5ddf8575471a7450383ddb54359>:0
  at IfSharpConsole.Program.Main (System.String[] args) [0x00033] in <c706fe4fcf4640139fd7640e9d8f9730>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Exception: Could not find versions for package FSharp.Core on https://www.nuget.org/api/v2.
  at Paket.NuGetV2+versions@892-5.Invoke (System.String message) [0x00001] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () [0x00012] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.PrintfImpl+Final2@235[TState,TResidue,TResult,A,B].Invoke (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] env, A a, B b) [0x0005a] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3266-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Paket.NuGetV2+versions@892-7.Invoke (System.String arg20) [0x00001] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2) [0x0001f] in <5939249c904cf4daa74503839c243959>:0
  at Paket.NuGetV2.GetVersions (System.Boolean force, Microsoft.FSharp.Core.FSharpOption`1[T] alternativeProjectRoot, System.String root, System.Collections.Generic.IEnumerable`1[T] sources, Paket.Domain+PackageName packageName) [0x000a5] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.UpdateProcess+SelectiveUpdate@210.Invoke (Paket.ResolverStrategy resolverStrategy, Paket.Domain+GroupName groupName, Paket.Domain+PackageName packageName) [0x00001] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3266-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.OptimizedClosures+Invoke@3253[T2,TResult,T1].Invoke (T2 u) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Paket.UpdateProcess+SelectiveUpdate@210-5.Invoke (Paket.Domain+PackageName arg30) [0x00001] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2) [0x0001f] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V,W] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2, V arg3) [0x0003d] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V,W,X] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2, V arg3, W arg4) [0x00065] in <5939249c904cf4daa74503839c243959>:0
  at Paket.UpdateProcess.getSortedAndCachedVersionsF@15 (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getSortedVersionsF, System.Collections.Generic.Dictionary`2[TKey,TValue] allVersions, Microsoft.FSharp.Collections.FSharpList`1[T] sources, Paket.ResolverStrategy resolverStrategy, Paket.Domain+GroupName groupName, Paket.Domain+PackageName packageName) [0x0003b] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.UpdateProcess+getVersionsF@126-1.GenerateNext (System.Collections.Generic.IEnumerable`1[System.Tuple`2[Paket.SemVerInfo,Microsoft.FSharp.Collections.FSharpList`1[Paket.PackageSources+PackageSource]]]& next) [0x0013a] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1[T].MoveNextImpl () [0x00017] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1[T].System-Collections-IEnumerator-MoveNext () [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.SeqModule.oneStepTo@986[T] (System.Collections.Generic.IEnumerable`1[T] source, System.Collections.Generic.List`1[T] prefix, Microsoft.FSharp.Core.FSharpRef`1[T] enumeratorR, System.Int32 i) [0x00045] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.SeqModule.f@4734-2[T] (System.Collections.Generic.IEnumerable`1[T] source, System.Collections.Generic.List`1[T] prefix, Microsoft.FSharp.Core.FSharpRef`1[T] enumeratorR, System.Int32 i, Microsoft.FSharp.Core.Unit unitVar0) [0x0001f] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.SeqModule+result@1002[T].Invoke (System.Int32 i) [0x00010] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.Internal+IEnumerator+unfold@199[b,a].DoMoveNext (b& ) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.Internal+IEnumerator+MapEnumerator`1[T].System-Collections-IEnumerator-MoveNext () [0x0000c] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.Internal+IEnumerator.next@187[T] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] f, System.Collections.Generic.IEnumerator`1[T] e, Microsoft.FSharp.Core.FSharpRef`1[T] started, Microsoft.FSharp.Core.Unit unitVar0) [0x00014] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.Internal+IEnumerator+filter@182[T].System-Collections-IEnumerator-MoveNext () [0x00016] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.SeqModule.IsEmpty[T] (System.Collections.Generic.IEnumerable`1[T] source) [0x00063] in <5939249c904cf4daa74503839c243959>:0
  at Paket.PackageResolver.getCompatibleVersions$cont@432 (Paket.PackageResolver+ResolverStep currentStep, Paket.Domain+GroupName groupName, Paket.Requirements+PackageRequirement currentRequirement, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getVersionsF, System.Boolean globalOverride, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForDirectDependencies, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForTransitives, Microsoft.FSharp.Core.Unit unitVar) [0x000d3] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.PackageResolver.getCompatibleVersions (Paket.PackageResolver+ResolverStep currentStep, Paket.Domain+GroupName groupName, Paket.Requirements+PackageRequirement currentRequirement, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getVersionsF, System.Boolean globalOverride, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForDirectDependencies, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForTransitives) [0x000dc] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.PackageResolver.step@652 (Paket.PackageResolver+UpdateMode updateMode, Paket.Domain+GroupName groupName, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForTransitives, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForDirectDependencies, Paket.Requirements+FrameworkRestrictions globalFrameworkRestrictions, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getVersionsF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getPackageDetailsF, Microsoft.FSharp.Core.FSharpOption`1[T] packageFilter, System.Collections.Generic.IDictionary`2[TKey,TValue] rootSettings, Paket.PackageResolver+Stage stage, Paket.PackageResolver+StackPack stackpack, System.Collections.Generic.IEnumerable`1[T] compatibleVersions, Paket.PackageResolver+StepFlags flags) [0x00374] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.PackageResolver.Resolve (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getVersionsF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getPackageDetailsF, Paket.Domain+GroupName groupName, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForDirectDependencies, Microsoft.FSharp.Core.FSharpOption`1[T] globalStrategyForTransitives, Paket.Requirements+FrameworkRestrictions globalFrameworkRestrictions, Microsoft.FSharp.Collections.FSharpSet`1[T] rootDependencies, Paket.PackageResolver+UpdateMode updateMode) [0x00156] in <593d0e63a970bee8a7450383630e3d59>:0
  at <StartupCode$Paket-Core>.$DependenciesFile+resolveGroup@173-1[b].Invoke (Paket.Domain+GroupName groupName, b _arg1) [0x000f3] in <593d0e63a970bee8a7450383630e3d59>:0
  at Microsoft.FSharp.Collections.MapTreeModule.mapiOpt[a,b,c] (Microsoft.FSharp.Core.OptimizedClosures+FSharpFunc`3[T1,T2,TResult] f, Microsoft.FSharp.Collections.MapTree`2[TKey,TValue] m) [0x0002a] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.FSharpMap`2[TKey,TValue].Map[b] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] f) [0x00014] in <5939249c904cf4daa74503839c243959>:0
  at Microsoft.FSharp.Collections.MapModule.Map[TKey,T,TResult] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] mapping, Microsoft.FSharp.Collections.FSharpMap`2[TKey,TValue] table) [0x00001] in <5939249c904cf4daa74503839c243959>:0
  at Paket.DependenciesFile.Resolve[a] (System.Boolean force, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getSha1, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getVersionF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getPackageDetailsF, Microsoft.FSharp.Collections.FSharpMap`2[TKey,TValue] groupsToResolve, Paket.PackageResolver+UpdateMode updateMode) [0x0000f] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.UpdateProcess.selectiveUpdate (System.Boolean force, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getSha1, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getSortedVersionsF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] getPackageDetailsF, Paket.LockFile lockFile, Paket.DependenciesFile dependenciesFile, Paket.PackageResolver+UpdateMode updateMode, Paket.SemVerUpdateMode semVerUpdateMode) [0x00227] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.UpdateProcess.SelectiveUpdate (Paket.DependenciesFile dependenciesFile, Microsoft.FSharp.Core.FSharpOption`1[T] alternativeProjectRoot, Paket.PackageResolver+UpdateMode updateMode, Paket.SemVerUpdateMode semVerUpdateMode, System.Boolean force) [0x000e0] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.UpdateProcess.SmartInstall (Paket.DependenciesFile dependenciesFile, Paket.PackageResolver+UpdateMode updateMode, Paket.UpdaterOptions options) [0x00001] in <593d0e63a970bee8a7450383630e3d59>:0
  at <StartupCode$Paket-Core>.$PublicAPI+Install@179.Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x0002e] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.Utils.RunInLockedAccessMode[a] (System.String rootFolder, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] action) [0x00084] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.Dependencies.Install (Paket.InstallerOptions options) [0x00013] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.Dependencies.Install (System.Boolean force, System.Boolean withBindingRedirects, System.Boolean cleanBindingRedirects, System.Boolean createNewBindingFiles, System.Boolean onlyReferenced, Paket.SemVerUpdateMode semVerUpdateMode, System.Boolean touchAffectedRefs, System.Boolean generateLoadScripts, Microsoft.FSharp.Collections.FSharpList`1[T] providedFrameworks, Microsoft.FSharp.Collections.FSharpList`1[T] providedScriptTypes, Microsoft.FSharp.Core.FSharpOption`1[T] alternativeProjectRoot) [0x0005c] in <593d0e63a970bee8a7450383630e3d59>:0
  at Paket.Dependencies.Install (System.Boolean force) [0x00018] in <593d0e63a970bee8a7450383630e3d59>:0
  at IfSharp.Kernel.App.Install$cont@191 (System.String thisExecutable, System.String customDir, System.String configFile, System.String configqtFile, System.String kernelFile, System.String logoFile, System.String kjsFile, System.String fjsFile, System.String wjsFile, System.String wcjsFile, System.String logo64File, System.String logo32File, System.String versionFile, Microsoft.FSharp.Core.Unit unitVar) [0x00348] in <5943b5ddf8575471a7450383ddb54359>:0
  at IfSharp.Kernel.App.Install (System.Boolean forceInstall) [0x00223] in <5943b5ddf8575471a7450383ddb54359>:0
  at IfSharp.Kernel.App.Start (System.String[] args) [0x00006] in <5943b5ddf8575471a7450383ddb54359>:0
  at IfSharpConsole.Program.Main (System.String[] args) [0x00033] in <c706fe4fcf4640139fd7640e9d8f9730>:0

Related information

cgravill commented 6 years ago

I'm not familiar with Google's Datalab. Does it apply any restrictions to the network connection? Are you able to run Paket directly? If you do a fetch to https://www.nuget.org/api/v2 does it work?

cgravill commented 6 years ago

I'm going to close, feel free to reopen after performing network checks

mastoj commented 6 years ago

Ok to close. I think it is too much work to get it working in a good way in google cloud datalab.