You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
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:
den-run-ai
changed the title
how to install ray from powerai conda channels?
how to install ray from powerai conda channels? GLIBCXX_3.4.21 not found
Oct 8, 2020
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:
The text was updated successfully, but these errors were encountered: