IT Security

maltrieve 설치 시 에러 조치 방법

로픽 2020. 7. 20. 09:23
300x250

설치 환경 & 버전

환경 : ubuntu 16.04.6 lts

maltrieve 버전 : v6

python 버전 : 2.7

 

 

에러 & 조치방안

에러#1 - ImportError: No module named req

조치방안

https://www.it-swarm-ko.tech/ko/python/pipreq%eb%9d%bc%eb%8a%94-%eb%aa%a8%eb%93%88%ec%9d%b4-%ec%97%86%ec%8a%b5%eb%8b%88%eb%8b%a4/1048385874/

 

python — pip.req라는 모듈이 없습니다.

Tweepy를 설치하고 있지만 pip.req에 대한 오류가 발생합니다. pip가 설치되어 있지만 어떤 이유로 pip.req를 여전히 찾을 수 없습니다. 나는 온라인에서 많은 연구를했는데 내가 찾을 수있는 가장 큰 �

www.it-swarm-ko.tech

 

에러#2 - NameError: name 'PROTOCOL_SSLv3' is not defined 

조치방안 - 아래의 사이트를 들어가 "mgogoulos" 라는 회원이 작성한 글을 참고

https://github.com/mistio/mist-ce/issues/434

 

PROTOCOL_SSLv3 is not defined · Issue #434 · mistio/mist-ce

Hi, I cloned from master today and followed the instructions on the README, using virtualenv on Debian Jessie (testing). bin/buildout -v succeeded, and then I tried bin/supervisord which had failur...

github.com

 

반응형