windows10, anaconda 32bit 환경에서 tensorflow 를 설치하기 위해
pip install tensorflow를 입력하였더니....
Failed to import the site module
Traceback (most recent call last):
File "C:\Users\develophil\Anaconda3\Lib\site.py", line 73, in <module>
import os
File "C:\Users\develophil\Anaconda3\Lib\os.py", line 652, in <module>
from _collections_abc import MutableMapping
File "C:\Users\develophil\Anaconda3\Lib\_collections_abc.py", line 64
async def _ag(): yield
^
SyntaxError: 'yield' inside async function
요런 문구가 두둥...
찾아봤더니 anaconda 환경에서는 PYTHON* 형태의 시스템 환경변수가 있으면 안된다고 한다.
삭제하고 다시 conda prompt에 접속해서 실행하면 끝!
'Dev. Python' 카테고리의 다른 글
[pycharm] RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb (0) | 2018.10.23 |
---|