카테고리 없음

[anna-conda]소스 코드 다운받아 작업 진행하기(protein binding-structure prediction tool:diffdock)

anna-conda 2023. 6. 10. 23:52
반응형

[anna-conda]GitHub으로부터 코드 가져오기(open source code_git clone) (tistory.com)

 

[anna-conda]GitHub으로부터 코드 가져오기(open source code_git clone)

https://github.com/ GitHub: Let’s build from here GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea... git

anna-conda.tistory.com

git clone 후

 

conda activate: 가상환경 활성화 diffdock: 가상환경 name

conda 가상환경을 만들고

가상환경에서 pytorch를 설치했다.

 

pip로 복붙했더니 에러가 나버렸다...

리드미 그대로 복붙했는데 에러가 왜 났는가?
타일러한테 여쭤봤는데
torch-scatter 원래 error가 잘난다고......
근데 그냥 pip를 pip3로 변경해봤더니 해결됐다.
야호!!

 

pip로 다운이 안된다면

pip3로 변경해서 돌려보자

 

마찬가지로 python으로 안돌아가면

python3로 변경해서 돌려보기

 

이 부분들도 pip install을 pip3 install로 변경해서
진행했는데 마지막 @골뱅이 이후 부분을 찾을 수가 없어서
저 부분 제외했더니 successfully built, installed

 

일단 설치하는 것 까지는 무사히 마친 듯 하나

structure 하나 돌려보는 것 조차 실패함.

그 와중에 퇴근 직전에 논문 프로젝트

해야할게 생겨서 일단 보류...

다음 주에 예시 structure라도 한 번

돌려보는걸로..ㅎㅎ

 

반응형