python의 tensorflow나 scikit-learn같은 각종 라이브러리들을 사용할때 자주 뜨는 문제
wrapt module이 없거나 오류가 있는경우 뜨는 문제점으로
아나콘다 프롬프트(Anaconda Prompt)로 들어가서 딱 1줄만 쳐주면 해결된다!
https://github.com/pycontribs/pyrax/issues/570
ImportError: No module named wrapt · Issue #570 · pycontribs/pyrax
See example from Ubuntu 14.04 lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.3 LTS Release: 14.04 Codename: trusty python --version Python 2.7.6 sudo ...
github.com
conda install wrapt
마법의 단어 'conda install'
댓글