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

error appeared: "This project references NuGet packages(s) that are missing......" #39

Open
Mikemraz opened this issue Jan 21, 2018 · 9 comments

Comments

@Mikemraz
Copy link

I was strictly following the instrctions provided in wiki. But an error appeared when I tried to build.
image
And the options are set to update packages automatically.
image
please note that I have used the .vcxproj file that founders offered us. And I have set all the required configuration correctly.
What's the reason of this error? How can I fix it?

@zappybiby
Copy link
Contributor

What version of Visual Studio do you have?

@Mikemraz
Copy link
Author

@zappybiby hi, I am using vs2015

@zappybiby
Copy link
Contributor

zappybiby commented Jan 22, 2018

Can you try directly installing the nuget package?

Go to 'Tools' -> 'Nuget Package Manger' -> 'Package Manager Console'

and type Install-Package opencv.win.native -Version 320.1.1-vs141

@zappybiby
Copy link
Contributor

Created a new issue about this - #40

Our project is slightly out of date 😃

@Mikemraz
Copy link
Author

Mikemraz commented Jan 23, 2018

@zappybiby thank you for your kind response. I have redownloaded all the project files and went through all the necessary procedure as well as you mentioned in #40. But the same problem arose again.
I have a thought. In the earliar CUDA installing part, I could not integrate CUDA to visual studio2015(though in the window of installation it told me it was integrated). So I kind of did that by hand, which means I drag the files in CUDA to VS2015 folder. And this helped the custamization option of CUDA appear in VS2015. Below are these files:
image
Is it possiple that this unnatural configuration cause the problem?
image

@zappybiby
Copy link
Contributor

I don't believe the CUDA installation would cause this issue.

Do you have a 'packages' directory in your Chosuntruck folder?
If so, can you verify that your file structure looks the same as the one that appears here:

packages

@Mikemraz
Copy link
Author

@zappybiby Sure, exactly the same as yours.
image

@zappybiby
Copy link
Contributor

Ok, since the files are there, there are three things you can try to do:

  1. In the Nuget Package Manger console type Update-Package -reinstall
  2. clear Nuget cache by going to Options -> NugetPackageManager -> Clear All Nuget Cache(s)
  3. Delete a section of the .csproj file as mentioned here: https://stackoverflow.com/a/36264930/7430976

@Mikemraz
Copy link
Author

@zappybiby I have tried 1 and 3, another error message appeared... I am so tired. Now we are kind of working on another software WeBot, what we want to do is to build autonomous cars along with normal cars at a network level. So another 2 software is used: SUMO and OpenStreetMap. The key prolbem is to build the autonomous car's module in WeBot, can you give us some suggestions on where to find already-existing projects or libraries we can plug in to build driving-less cars so we do not need to spend much time learning how to code in ROS and robotics?

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

2 participants