This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
NuGet Error: Unable to find version 2.4.8 of package OpenCV.ffmpeg.overlay-Win32_v110 #7
Comments
Hi Ethar,
I am glad you are using the library.
can you point out the error you are receiving which is *related *to the
DotImaging framework ?
because *package OpenCV.ffmpeg.overlay-Win32_v110 *is not the part of the
DotImaging framework nor maintained by me.
Thanks,
Darko
2017-07-24 16:28 GMT+02:00 Ethar Alali <[email protected]>:
… Installing only the appropriate packages as per
https://github.com/dajuric/dot-imaging via NuGet. When trying to build, I
get:
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 <01%200765%20887>
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>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEMQJzocfgpmpMdeOnjQJMjZDWckkVGhks5sRKoDgaJpZM4OhQ_t>
.
|
Same error here. What is the solution? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installing only the appropriate packages as per https://github.com/dajuric/dot-imaging via NuGet. When trying to build, I get:
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:
The text was updated successfully, but these errors were encountered: