deep-high-resolution-net.pytorch icon indicating copy to clipboard operation
deep-high-resolution-net.pytorch copied to clipboard

when I make in lib have some problems

Open IIESakura opened this issue 3 years ago • 5 comments

when I make in lib something wrong like below:

running build_ext skipping 'cpu_nms.c' Cython extension (up-to-date) skipping 'gpu_nms.cpp' Cython extension (up-to-date)

IIESakura avatar May 07 '22 02:05 IIESakura

ok I have solved it! my computer has many versions of python and I want to use python3 so you should write python3 in makefile not write python

IIESakura avatar May 07 '22 02:05 IIESakura

ok I have solved it! my computer has many versions of python and I want to use python3 so you should write python3 in makefile not write python

@zjj666123 Hello, I also encountered the same problem, how did you solve it? Thanks

Yarong-zhang avatar Sep 07 '22 14:09 Yarong-zhang

ok I have solved it! my computer has many versions of python and I want to use python3 so you should write python3 in makefile not write python

@zjj666123 Hello, I also encountered the same problem, how did you solve it? Thanks

For example, if you use python3, you should replace Python in the makefile with Python3

IIESakura avatar Sep 08 '22 06:09 IIESakura

ok I have solved it! my computer has many versions of python and I want to use python3 so you should write python3 in makefile not write python

@zjj666123 Hello, I also encountered the same problem, how did you solve it? Thanks

For example, if you use python3, you should replace Python in the makefile with Python3

你好,我改了Makefile之后还是报同样的错误。我是在cola上班跑的代码,是Python3.7的环境。

Yarong-zhang avatar Sep 08 '22 08:09 Yarong-zhang

ok I have solved it! my computer has many versions of python and I want to use python3 so you should write python3 in makefile not write python

@zjj666123 Hello, I also encountered the same problem, how did you solve it? Thanks

For example, if you use python3, you should replace Python in the makefile with Python3

Hello! I did what you said and the error still exists. do u have other solutions?

YangChen-00 avatar Nov 16 '22 11:11 YangChen-00