happynear / happynear/caffe-windows
building caffe issue fatal error LNK1104 cannot open file python36.lib
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 637
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I tried to build caffe on Windows 10 and VS2015.
The Python version on my computer is Python3.5, however, I encountered the following issue while building the code:
```C
1> libcaffe.vcxproj -> D:\code_cv\caffe\caffe_happynear\caffe-windows\windows\..\Build\x64\Debug\libcaffe.lib
2>------ Build started: Project: caffe, Configuration: Debug x64 ------
3>------ Build started: Project: convert_cifar_data, Configuration: Debug x64 ------
4>------ Build started: Project: classification, Configuration: Debug x64 ------
5>------ Build started: Project: convert_mnist_data, Configuration: Debug x64 ------
6>------ Build started: Project: convert_mnist_siamese_data, Configuration: Debug x64 ------
7>------ Build started: Project: upgrade_net_proto_binary, Configuration: Debug x64 ------
8>------ Build started: Project: upgrade_net_proto_text, Configuration: Debug x64 ------
9>------ Build started: Project: upgrade_solver_proto_text, Configuration: Debug x64 ------
6> convert_mnist_siamese_data.cpp
3> convert_cifar_data.cpp
2> caffe.cpp
5> convert_mnist_data.cpp
4> classification.cpp
8> upgrade_net_proto_text.cpp
7> upgrade_net_proto_binary.cpp
9> upgrade_solver_proto_text.cpp
6>LINK : fatal error LNK1104: cannot open file 'python36.lib'
10>------ Build started: Project: caffe.binding, Configuration: Debug x64 ------
10> CaffeBinding.cpp
3>LINK : fatal error LNK1104: cannot open file 'python36.lib'
5>LINK : fatal error LNK1104: cannot open file 'python36.lib'
8>LINK : fatal error LNK1104: cannot open file 'python36.lib'
7>LINK : fatal error LNK1104: cannot open file 'python36.lib'
4>LINK : fatal error LNK1104: cannot open file 'python36.lib'
```
Do you have any solution about the issue?
Thanks and Best Regards,
Ardeal
Contributor guide
Assessment
This issue has not been assessed yet.