alibaba / alibaba/euler

运行"快速开始"的例子时出错

Open
#56 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.9k
Forks
553
PR merge metrics
No merged PRs in 30d

Description

我的python环境是2.7.5,操作系统是redhat7.2,执行
pip install euler-gl
安装,在运行
https://github.com/alibaba/euler/wiki/%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B
这个例子时,跑到
python ppi_data.py
这一步,报这个错误:

Traceback (most recent call last):
File "ppi_data.py", line 32, in
from euler.tools import json2dat
File "/usr/lib/python2.7/site-packages/euler/__init__.py", line 20, in
from euler.python.service import *
File "/usr/lib/python2.7/site-packages/euler/python/service.py", line 27, in
_LIB = ctypes.CDLL(_LIB_PATH)
File "/usr/lib64/python2.7/ctypes/__init__.py", line 360, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libhdfs.so.0.0.0: cannot open shared object file: No such file or directory

单机安装还需要配置hdfs么?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Quick Start wiki example and run `python ppi_data.py` in the reported Python 2.7.5 and Red Hat 7.2 environment. Trace the import from `euler.tools.json2dat` through `euler/python/service.py` to the `ctypes.CDLL` call, and verify whether the example can run without the reported `libhdfs.so.0.0.0` error.

Written by the indexing model from the issue text.

Assessment

Tech stack
hadoop, python
Domain
distributed-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.