deep-high-resolution-net.pytorch
deep-high-resolution-net.pytorch copied to clipboard
when I make in lib have some problems
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)
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
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
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
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的环境。
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?