You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the source code of Rosetta version 3.14. When executing the command "./scons.py -j7 mode=release bin", the error shown in the picture occurred. How can I solve this problem? Thank you very much for your help.
scons: Reading SConscript files ...
Running versioning script ...
Encounter error while executing: git rev-parse "HEAD:source/src/python/PyRosetta/binder"
Encounter error while executing: git rev-parse "HEAD:source/src/python/PyRosetta/binder"
fatal: not a git repository (or any of the parent directories): .git
The text was updated successfully, but these errors were encountered:
The version from rosettacommons.org should be set up to be used as a "release" version, and shouldn't need any git connection.
However, the version on Github is set up to be cloned with git as a full repository. It's not intended to be used (and will not work) as a "snapshot" download of a single version -- if you're getting it from Github, you need to clone it as a git repo.
I have downloaded the source code of Rosetta version 3.14. When executing the command "./scons.py -j7 mode=release bin", the error shown in the picture occurred. How can I solve this problem? Thank you very much for your help.
scons: Reading SConscript files ...
Running versioning script ...
Encounter error while executing: git rev-parse "HEAD:source/src/python/PyRosetta/binder"
Encounter error while executing: git rev-parse "HEAD:source/src/python/PyRosetta/binder"
fatal: not a git repository (or any of the parent directories): .git
The text was updated successfully, but these errors were encountered: