We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to install the Python package via python3 setup.py install fails with the following error:
python3 setup.py install
C:\dev\tmp\DirectML\Python\src\module.cpp(557,12): error C2672: 'pybind11::module_::def': no matching overloaded function found [C:\dev\tmp\DirectML\Python\build\temp.win-amd64-c python-310\Debug\pydirectml.vcxproj] Generating Code... Traceback (most recent call last): File "C:\dev\tmp\DirectML\Python\setup.py", line 125, in <module> setup( ... snip full traceback... subprocess.check_call(['cmake', '--build', '.'] + build_args, cwd=self.build_temp) File "C:\Program Files\Python310\lib\subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Debug', '--', '/m']' returned non-zero exit status 1.
System
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Attempting to install the Python package via
python3 setup.py install
fails with the following error:System
The text was updated successfully, but these errors were encountered: