Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '-j']' returned non-zero exit status 1. #83

Open
HHHHH6123 opened this issue Oct 17, 2023 · 1 comment

Comments

@HHHHH6123
Copy link

The issue occurs when I run "pip install rpg_vid2e/esim_py/ ".Someone is same as me?

@Amelia2675
Copy link

I have encountered this problem, too.

And I have searched the following method:
First, find the FindEigen3.cmake file in your folder.
Second, copy the file path to CMakeLists.txt which returns error, by adding the two commands into CMakeLists.txt.
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
include_directories($ {EIGEN3_INCLUDE_DIRS})

Hope it may help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants