Skip to content

error for redmax_py install #9

Description

@cyxhello

I encountered the following issues when running the command"python setup.py install":
File "setup.py", line 32, in run
self.build_extension(ext)
File "setup.py", line 57, in build_extension
subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
File "anaconda3/envs/diffredmax/lib/python3.7/subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', 'DiffHand/core', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=DiffHand/core/build/lib.linux-x86_64-cpython-37', '-DPYTHON_EXECUTABLE=/diffredmax/bin/python', '-DCMAKE_BUILD_TYPE=Release']' returned non-zero exit status 1.

How can I solve it? Thank you!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions