1
내 윈도우 10-64 비트Graphlab : 가져 오기 오류 : 나는 시도하고
에 Graphlab를 시작하려면 없음 모듈 이름 graphlab 나는 성공적으로 명령이 여기 https://turi.com/download/install-graphlab-create-command-line.html
을 나열 따랐습니다 그럼 샘플 코드 작성 : 내가 CONDA 환경을 활성화 한 후 실행 내 프롬프트 해봤 그 후
>import graphlab
>from graphlab import SFrame
>sf=graphlab.SFrame.read_csv('../Dataset_movielens-latest-small/ratings.csv', delimiter=',', header= True, column_type_hints= list[int,int,float,int])
>sf.print_rows(100,4)
을하지만 난이 얻을.
>[gl-env] C:PATH>Toppop_graphlab.py
>Traceback (most recent call last):
> File "C:PATH\Toppop_graphlab.py", line 1, in <module>
> import graphlab
>ImportError: No module named graphlab
그럼 난 내 graphlab 설치가 잘못하지만 당신이 괜찮 았는데 볼 수 있듯이 내가이
>[gl-env] C:PATH>python
>Python 2.7.12 |Anaconda 4.1.1 (64-bit)| (default, Jun 29 2016, 11:07:13) [MSC v.1500 64 bit (AMD64)] on win32
>Type "help", "copyright", "credits" or "license" for more information.
>Anaconda is brought to you by Continuum Analytics.
>Please check out: *links to continuum and anaconda that i can't post*
>>>> import graphlab
>>>>
을 시도했다고 생각했다. 메모장에 python 스크립트를 작성하고 싶습니다. ++처럼 실행하면됩니다.
감사합니다.