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

Makefile not found while installing torchvision c++. #4771

Open
smeet2804 opened this issue Oct 28, 2021 · 3 comments
Open

Makefile not found while installing torchvision c++. #4771

smeet2804 opened this issue Oct 28, 2021 · 3 comments

Comments

@smeet2804
Copy link

Not able to run make command after cmake ... It gives make: *** No targets specified and no makefile found. Stop..

The output of cmake .. (2nd time run) was

-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.18363.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Lenovo/Desktop/vision/build

I tried it on Windows 10 through anaconda prompt.

@datumbox
Copy link
Contributor

To build the library from source please follow the instructions listed here. Using Cmake to compile torchvision is not fully supported currently; see #2349.

@smeet2804
Copy link
Author

Hii @datumbox,
I need libtorchvsion.so library for one of my DJL project. Will I able to get that after following the above instruction?
See deepjavalibrary/djl#818 for reference.

@kirillmeisser
Copy link

Hi @smeet2804, I am also trying to add torchvision as a dependency to DJL. Did you manage to solve the issue?

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