Skip to content
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

NuGet Error: Unable to find version 2.4.8 of package OpenCV.ffmpeg.overlay-Win32_v110 #7

Open
EtharAlali opened this issue Jul 24, 2017 · 2 comments

Comments

@EtharAlali
Copy link

EtharAlali commented Jul 24, 2017

Installing only the appropriate packages as per https://github.com/dajuric/dot-imaging via NuGet. When trying to build, I get:

NuGet Error: Unable to find version 2.4.8 of package OpenCV.ffmpeg.overlay-Win32_v110

Target .NET = 4.5

Files exist. Copying them to Debug/Release makes no difference. Referencing explicit references makes no difference.

OpenCV.Net package version is 3.3.1 (does DotImaging work with 3.3.1? Guessing not?).

Is this a documentation issue more than anything? :) NuGet installation steps below.

NuGet:

PM> install-package opencv.net

Attempting to gather dependency information for package 'opencv.net.3.3.1' with respect to project 'Probe.Video', targeting '.NETFramework,Version=v4.5'
Gathering dependency information took 48.17 ms
Attempting to resolve dependencies for package 'opencv.net.3.3.1' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'opencv.net.3.3.1'
Resolved actions to install package 'opencv.net.3.3.1'
Found package 'OpenCV.Net 3.3.1' in '[dir]\packages'.
Package 'OpenCV.Net.3.3.1' already exists in folder '[dir]\packages'
Added package 'OpenCV.Net.3.3.1' to 'packages.config'
Successfully installed 'OpenCV.Net 3.3.1' to Probe.Video
Executing nuget actions took 939.6 ms
Time Elapsed: 00:00:05.2241218

PM> install-package DotImaging.IO

Attempting to gather dependency information for package 'DotImaging.IO.4.8.3' with respect to project 'Probe.Video', targeting '.NETFramework,Version=v4.5'
Gathering dependency information took 931.97 ms
Attempting to resolve dependencies for package 'DotImaging.IO.4.8.3' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'DotImaging.IO.4.8.3'
Resolved actions to install package 'DotImaging.IO.4.8.3'
Found package 'DotImaging.Primitives2D 4.8.3' in '[dir]\packages'.
Found package 'DotImaging.GenericImage 4.8.3' in '[dir]\packages'.
Found package 'DotImaging.IO 4.8.3' in '[dir]\packages'.
Package 'DotImaging.Primitives2D.4.8.3' already exists in folder '[dir]\packages'
Added package 'DotImaging.Primitives2D.4.8.3' to 'packages.config'
Successfully installed 'DotImaging.Primitives2D 4.8.3' to Probe.Video
Package 'DotImaging.GenericImage.4.8.3' already exists in folder '[dir]\packages'
Added package 'DotImaging.GenericImage.4.8.3' to 'packages.config'
Successfully installed 'DotImaging.GenericImage 4.8.3' to Probe.Video
Package 'DotImaging.IO.4.8.3' already exists in folder '[dir]\packages'
Added package 'DotImaging.IO.4.8.3' to 'packages.config'
Successfully installed 'DotImaging.IO 4.8.3' to Probe.Video
Executing nuget actions took 1.98 sec
Time Elapsed: 00:00:03.7888188

PM> install-package Accord

Attempting to gather dependency information for package 'Accord.3.6.0' with respect to project 'Probe.Video', targeting '.NETFramework,Version=v4.5'
Gathering dependency information took 111.71 ms
Attempting to resolve dependencies for package 'Accord.3.6.0' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'Accord.3.6.0'
Resolved actions to install package 'Accord.3.6.0'
Retrieving package 'Accord 3.6.0' from 'nuget.org'.
  GET https://api.nuget.org/packages/accord.3.6.0.nupkg
  OK https://api.nuget.org/packages/accord.3.6.0.nupkg 41ms
Installing Accord 3.6.0.
Adding package 'Accord.3.6.0' to folder '[dir]\packages'
Added package 'Accord.3.6.0' to folder '[dir]\packages'
Added package 'Accord.3.6.0' to 'packages.config'
Successfully installed 'Accord 3.6.0' to Probe.Video
Executing nuget actions took 2.82 sec
Time Elapsed: 00:00:03.4612951
PM> install-package DotImaging.Primitives2D
Package 'DotImaging.Primitives2D.4.8.3' already exists in project 'Probe.Video'
Time Elapsed: 00:00:01.0765887
PM> install-package DotImaging.IO
Package 'DotImaging.IO.4.8.3' already exists in project 'Probe.Video'
Time Elapsed: 00:00:00.5238896
PM> install-package DotImaging.BitmapInterop

Attempting to gather dependency information for package 'DotImaging.BitmapInterop.4.8.3' with respect to project 'Probe.Video', targeting '.NETFramework,Version=v4.5'
Gathering dependency information took 714.63 ms
Attempting to resolve dependencies for package 'DotImaging.BitmapInterop.4.8.3' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'DotImaging.BitmapInterop.4.8.3'
Resolved actions to install package 'DotImaging.BitmapInterop.4.8.3'
Retrieving package 'DotImaging.BitmapInterop 4.8.3' from 'nuget.org'.
Adding package 'DotImaging.BitmapInterop.4.8.3' to folder '[dir]\packages'
Added package 'DotImaging.BitmapInterop.4.8.3' to folder '[dir]\packages'
Added package 'DotImaging.BitmapInterop.4.8.3' to 'packages.config'
Successfully installed 'DotImaging.BitmapInterop 4.8.3' to Probe.Video
Executing nuget actions took 1.05 sec
Time Elapsed: 00:00:02.3796397
PM> 
@dajuric
Copy link
Owner

dajuric commented Jul 24, 2017 via email

@zwiglm
Copy link

zwiglm commented Sep 13, 2018

Same error here. What is the solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants