-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve error message "Please try to relax some conditions" #534
Comments
|
please show the dependencies file. Thanks |
|
source https://www.nuget.org/api/v2/ nuget Nuget.CommandLine 2.8.3 |
|
When I remove the version restrictions from 4 packages: the I get the following lock file: so it's taking Microsoft.Net.Http 2.2.18 instead. then I did Now I would start to relax some more conditions... |
|
Thanks Steffen! |
|
yes. What would you suggest given the things I have done above? |
|
we could even make the process interactive! |
|
From the user point of view:
Interactive would be nice, but I would initially prefer solution that is just easy to code. |



Paket version 0.22.6.0
found: C:\git\P2P\Src\paket.dependencies
Resolving packages:
- exploring EnterpriseLibrary.TransientFaultHandling 6.0.1304.0
- exploring Newtonsoft.Json 6.0.7
- exploring EntityFramework 6.0.2
- exploring Microsoft.AspNet.WebApi 5.2.2
- exploring Microsoft.AspNet.WebApi.Client 5.2.2
- exploring Microsoft.AspNet.WebApi.Core 5.2.2
- exploring Microsoft.AspNet.WebApi.Owin 5.2.2
- exploring Microsoft.AspNet.WebApi.OwinSelfHost 5.2.2
- exploring Microsoft.AspNet.WebApi.WebHost 5.2.2
- exploring NServiceBus 4.2.0
- exploring NServiceBus.CastleWindsor 4.2.0
- exploring NServiceBus.Interfaces 4.2.0
- exploring NServiceBus.Testing 4.2.0
- exploring Castle.Core 3.2.1
- exploring Castle.Windsor 3.2.1
- exploring FSharp.Core 3.1.2.1
- exploring Microsoft.Owin 3.0.0
- exploring Microsoft.Owin.Hosting 3.0.0
- exploring Nuget.CommandLine 2.8.3
- exploring NUnit 2.6.3
- exploring Microsoft.Net.Http 2.2.18
- exploring Rx-Core 2.1.30214.0
- exploring Rx-Interfaces 2.1.30214.0
- exploring Rx-Linq 2.1.30214.0
- exploring Rx-Main 2.1.30214.0
- exploring Rx-PlatformServices 2.1.30214.0
- exploring Rx-Silverlight 2.1.30214.0
- exploring Rx-XAML 2.1.30214.0
- exploring Microsoft.Owin.Host.HttpListener 2.0.2
- exploring Microsoft.Owin.Host.SystemWeb 2.0.2
- exploring Microsoft.Owin.Security 2.0.2
- exploring DotNetZip 1.9.3
- exploring SpecFlow 1.9.0
- exploring log4net 1.2.10
- exploring Microsoft.Bcl 1.1.6
- exploring Microsoft.Bcl.Async 1.0.165
- exploring Microsoft.Bcl.Build 1.0.13
- exploring Owin 1.0
- exploring Paket.Core 0.22.6
paket : Paket failed with:
At line:1 char:1
Error in resolution.
Resolved:
- EnterpriseLibrary.TransientFaultHandling 6.0.1304.0
- Newtonsoft.Json 6.0.7
- EntityFramework 6.0.2
- Microsoft.AspNet.WebApi 5.2.2
- Microsoft.AspNet.WebApi.Client 5.2.2
- Microsoft.AspNet.WebApi.Core 5.2.2
- Microsoft.AspNet.WebApi.Owin 5.2.2
- Microsoft.AspNet.WebApi.OwinSelfHost 5.2.2
- Microsoft.AspNet.WebApi.WebHost 5.2.2
- NServiceBus 4.2.0
- NServiceBus.CastleWindsor 4.2.0
- NServiceBus.Interfaces 4.2.0
- NServiceBus.Testing 4.2.0
- Castle.Core 3.2.1
- Castle.Windsor 3.2.1
- FSharp.Core 3.1.2.1
- Microsoft.Owin 3.0.0
- Microsoft.Owin.Hosting 3.0.0
- Nuget.CommandLine 2.8.3
- NUnit 2.6.3
- Microsoft.Net.Http 2.2.18
- Rx-Core 2.1.30214.0
- Rx-Interfaces 2.1.30214.0
- Rx-Linq 2.1.30214.0
- Rx-Main 2.1.30214.0
- Rx-PlatformServices 2.1.30214.0
- Rx-Silverlight 2.1.30214.0
- Rx-XAML 2.1.30214.0
- Microsoft.Owin.Host.HttpListener 2.0.2
- Microsoft.Owin.Host.SystemWeb 2.0.2
- Microsoft.Owin.Security 2.0.2
- DotNetZip 1.9.3
- SpecFlow 1.9.0
- log4net 1.2.10
- Microsoft.Bcl 1.1.6
- Microsoft.Bcl.Async 1.0.165
- Microsoft.Bcl.Build 1.0.13
- Owin 1.0
- Paket.Core 0.22.6
Can't resolve:
- Microsoft.Net.Http >= 2.2.22
- from Microsoft.AspNet.WebApi.Client 5.2.2
Please try to relax some conditions.
StackTrace:
at Paket.PackageResolver.ResolvedPackages.GetModelOrFail()
at Paket.LockFile.Create(String lockFileName, InstallOptions installOptions, ResolvedPackages resolvedPackages, FSharpList
1 resolvedSourceFiles) at Paket.UpdateProcess.SmartInstall(String dependenciesFileName, FSharpOption1 exclude, Boolean force, Boolean hard, Boolean withBindingRedirects)at <StartupCode$Paket-Core>.$PublicAPI.Install@123.Invoke(Unit unitVar0)
at Paket.Utils.RunInLockedAccessMode[a](String rootFolder, FSharpFunc`2 action)
at Paket.Program.clo@157-5.Invoke(Unit unitVar)
at <StartupCode$paket>.$Paket.Program.main@()
Well...ok. What next? lock-file is not generated...
The text was updated successfully, but these errors were encountered: