alibaba / euler

A distributed graph deep learning framework.
Apache License 2.0
2.89k stars 559 forks source link

pip安装失败? #264

Open ucasiggcas opened 4 years ago

ucasiggcas commented 4 years ago

hi,dear大佬 我想用pip直接安装,发现错误,

pip install euler-gl
ERROR: Could not find a version that satisfies the requirement euler-gl (from versions: none)
ERROR: No matching distribution found for euler-gl

py3.7, tf-gpu1.15 Ubuntu16.04

alinamimi commented 4 years ago

python 目前不支持3

ergouy commented 3 years ago

博主,问题解决了吗

1145520074 commented 3 years ago

sudo pip install euler-gl 试试

wanesta commented 2 years ago

(Euler_dev) gaoshumings-MacBook-Pro:euler-dev gaoshuming$ pip install euler2_gl DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Looking in indexes: https://mirrors.aliyun.com/pypi ERROR: Could not find a version that satisfies the requirement euler2_gl (from versions: none) ERROR: No matching distribution found for euler2_gl (Euler_dev) gaoshumings-MacBook-Pro:euler-dev gaoshuming$ pip install euler_gl DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Looking in indexes: https://mirrors.aliyun.com/pypi ERROR: Could not find a version that satisfies the requirement euler_gl (from versions: none) ERROR: No matching distribution found for euler_gl (Euler_dev) gaoshumings-MacBook-Pro:euler-dev gaoshuming$ python Python 2.7.18 |Anaconda, Inc.| (default, Apr 23 2020, 17:44:47) [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin Type "help", "copyright", "credits" or "license" for more information.

exit()