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
I am very intersting to your work , and I read you doc ,but I do not know how to compiler this clear . could you tall me hwo to build your work ?
The text was updated successfully, but these errors were encountered:
And I got zhe problem in cmke CMake Error at tools/FindPythonLibsNew.cmake:99 (message): Python config failure:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: cannot import name 'sysconfig'
Call Stack (most recent call first): tools/pybind11Tools.cmake:16 (find_package) CMakeLists.txt:33 (include)
And my pyhon can import syscofig
Sorry, something went wrong.
It seems to be the same issue as described here: nobuyuki83/delfem2#6
Can you try to install python3-distutils? Using: sudo apt-get install python3-distutils
AndreaHor
No branches or pull requests
I am very intersting to your work , and I read you doc ,but I do not know how to compiler this clear . could you tall me hwo to build your work ?
The text was updated successfully, but these errors were encountered: