uzh-rpg/rpg_vid2e

error building wheel for esim_py and esim_torch

KCGD opened this issue · 9 comments

KCGD commented

up until this point all of the setup was successful, but trying to build the esim modules causes a build error, im not sure whats wrong.
error.log

It seems your issue is at

Python config failure: Python is 64-bit, chosen compiler is 32-bit

Maybe googling this failure can lead to some solution.

KCGD commented

It seems your issue is at

Python config failure: Python is 64-bit, chosen compiler is 32-bit

Maybe googling this failure can lead to some solution.

i have, no meaningful results on how to switch the compiler

What about this SO answer: https://stackoverflow.com/a/45401903?

Thanks ,but is there a clear solution or command for this problem?
I have the same problem and don't know what should I do with cmake.

It seems your compiler has 32 bit, and in the log, it find the following compiler:
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe
Maybe checking the version/bit version on this compiler could help. Otherwise consider installing python 32 bit instead, or updating the compiler to be 32 bit compatible instead.