Welcome to Biostars! The post you are replying to is 21 months old - you can see that by looking at age indicators - and it is a safe assumption that the problem was either solved or the whole attempt abandoned.
Hello,
I am trying to install peertools but when I do cmake command it throws error
I tried to use command cmake ./..
But its giving error.
The error: File "", line 1 from distutils import sysconfig; print sysconfig.get_python_lib() ^ SyntaxError: invalid syntax CMake Error at python/CMakeLists.txt:49 (if): if given arguments:
"(" "NOT" "EXISTS" "File \"<string>\", line 1 from distutils import sysconfig" " print sysconfig.get_python_inc() ^ SyntaxError: invalid syntax" ")"
Unknown arguments specified
-- Configuring incomplete, errors occurred!
Can anyone please help me out with this? Thank you
1 answer
Add parentheses. Change it to
print(sysconfig.get_python_inc()).
There are three places you need to modify.
Log in to answer this question.
I tried to reinstall cmake in my account. But now I am getting this error: the command:
did you find any solution? The only thing that worked for me was to use the R-package on a Linux server but I had to > conda deactivate before starting the session.