longkun duan

Results 10 comments of longkun duan

Hello, I also encountered this rvo2 problem, and I want to know how to solve this problem.

I also encountered this problem, and how did you solve it?

Hello, I also encountered this problem when importing the rvo2 package, how did you solve it?

> I found that this conflicted with some of the libraries in torch or torchvion, I solved this by importing torchvion before importing rvo2 and this was able to run...

> I found that this conflicted with some of the libraries in torch or torchvion, I solved this by importing torchvion before importing rvo2 and this was able to run...

Hello, how did you solve this problem? Thank you. vs\pytorch\libs /LIBPATH:D:\graduationSoftware\envs\pytorch /LIBPATH:D:\graduationSoftware\envs\pytorch\PCbuild\amd64 /LIBPATH:D:\c++\VC\Tools\MSVC\14.27.29110\ATLMFC\lib\x64 /LIBPATH:D:\ c++\VC\Tools\MSVC\14.27.29110\lib\x64 "/LIBPATH:D:\Windows Kits\10\lib\10.0.18362.0\ucrt\x64" "/LIBPATH:D:\Windows Kits\10\lib\10.0.18362.0\um\x64" RVO.lib /EXPORT:PyInit_rvo2 build\temp. win-amd64-cpython-39\Release\src\rvo2.obj /OUT:build\lib.win-amd64-cpython-39\rvo2.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\src\rvo2.cp39-win_amd64.lib LINK : fatal error LNK1181:...

> Hello, how did you solve this problem? Thank you. > vs\pytorch\libs /LIBPATH:D:\graduationSoftware\envs\pytorch /LIBPATH:D:\graduationSoftware\envs\pytorch\PCbuild\amd64 /LIBPATH:D:\c++\VC\Tools\MSVC\14.27.29110\ATLMFC\lib\x64 /LIBPATH:D: > c++\VC\Tools\MSVC\14.27.29110\lib\x64 "/LIBPATH:D:\Windows Kits\10\lib\10.0.18362.0\ucrt\x64" "/LIBPATH:D:\Windows Kits\10\lib\10.0.18362.0\um\x64" RVO.lib /EXPORT:PyInit_rvo2 build\temp. > win-amd64-cpython-39\Release\src\rvo2.obj /OUT:build\lib.win-amd64-cpython-39\rvo2.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\src\rvo2.cp39-win_amd64.lib >...

> refer to this link: https://juejin.cn/post/7297130301289332771 find the file RVO.sln (/build), change with release model to run and you can get the file RVO.lib (build/src/Release/RVO.lib) copy this file to root...

Any update? i'm also having the same issue