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

Compare Homomorphism numbers with existing implementation #26

Open
julian0804 opened this issue Apr 20, 2022 · 2 comments
Open

Compare Homomorphism numbers with existing implementation #26

julian0804 opened this issue Apr 20, 2022 · 2 comments

Comments

@julian0804
Copy link
Owner

https://github.com/ChristianLebeda/HomSub

@julian0804
Copy link
Owner Author

Direct source for the homomorphism counter:
https://github.com/spaghetti-source/homlib/tree/534d900b35fea549958dc72473defdffef81a8

@julian0804
Copy link
Owner Author

ERROR: Command errored out with exit status 1:
command: 'C:\users\julia\appdata\local\programs\python\python39\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'D:\Universität\Bachelorarbeit\experiments\homomorphism_counter\homlib\setup.py'"'"'; file='"'"'D:\Universität\Bachelorarbeit\experiments\homomorphism_counter\homlib\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\julia\AppData\Local\Temp\pip-record-ncmmx_8z\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\users\julia\appdata\local\programs\python\python39\Include\homlib'
cwd: D:\Universität\Bachelorarbeit\experiments\homomorphism_counter\homlib
Complete output (12 lines):
running install
running build
running build_ext
building 'homlib' extension
creating build
creating build\temp.win-amd64-3.9
creating build\temp.win-amd64-3.9\Release
creating build\temp.win-amd64-3.9\Release\src
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\users\julia\appdata\local\programs\python\python39\lib\site-packages\pybind11\include -IC:\users\julia\appdata\local\programs\python\python39\lib\site-packages\pybind11\include -IC:\users\julia\appdata\local\programs\python\python39\include -IC:\users\julia\appdata\local\programs\python\python39\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /EHsc /Tpsrc/homlib.cc /Fobuild\temp.win-amd64-3.9\Release\src/homlib.obj /EHsc /DVERSION_INFO="0.2"
homlib.cc
D:\Universit„t\Bachelorarbeit\experiments\homomorphism_counter\homlib\src\hom.hh(3): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "bits/stdc++.h": No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe' failed with exit code 2
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\users\julia\appdata\local\programs\python\python39\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'D:\Universität\Bachelorarbeit\experiments\homomorphism_counter\homlib\setup.py'"'"'; file='"'"'D:\Universität\Bachelorarbeit\experiments\homomorphism_counter\homlib\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\julia\AppData\Local\Temp\pip-record-ncmmx_8z\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\users\julia\appdata\local\programs\python\python39\Include\homlib' Check the logs for full command output.

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

1 participant