This repo contains ancillary information used to assist users of IBM Watson Machine Learning Community Edition. This repo will contain How To's, Readme's, Dockerfiles, etc. that can be consumed by users looking to get started.
BSD 2-Clause "Simplified" License
56
stars
54
forks
source link
how to install ray from powerai conda channels? GLIBCXX_3.4.21 not found #272
What are the installation steps for this package?
Does it require base powerai 1.6.2 or powerai 1.7.0 or early release?
When I tried to install the following runtime error appears:
conda activate ray
(ray) [j0541825@mesquite-2 ~]$ python
Python 3.6.10 |Anaconda, Inc.| (default, Mar 26 2020, 00:22:27)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ray
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/data/gpfs/anaconda3/envs/ray/lib/python3.6/site-packages/ray/__init__.py", line 25, in <module>
CDLL(so_path, ctypes.RTLD_GLOBAL)
File "/data/gpfs/anaconda3/envs/ray/lib/python3.6/ctypes/__init__.py", line 348, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /data/gpfs/anaconda3/envs/ray/lib/python3.6/site-packages/ray/_raylet.so)
Here is the list of installed packages in that environment:
I noticed that this Ray package was released in conda powerai channel: https://anaconda.org/powerai/ray
What are the installation steps for this package? Does it require base powerai 1.6.2 or powerai 1.7.0 or early release?
When I tried to install the following runtime error appears:
Here is the list of installed packages in that environment: