Open pranasblk opened 4 years ago
Did you run ray/ci/travis/install-bazel.sh
before installing ray?
I have met a similar problem before: https://github.com/ray-project/ray/issues/4727#issuecomment-488767829
Yes
On Wed., 4 Mar. 2020, 1:42 pm Peng Zhenghao, notifications@github.com wrote:
Did you run ray/ci/travis/install-bazel.sh before installing ray?
I have met a similar problem before: #4727 (comment) https://github.com/ray-project/ray/issues/4727#issuecomment-488767829
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ray-project/ray/issues/7430?email_source=notifications&email_token=AA4JY4RQT7Q35ATRNND6I63RFW5YTA5CNFSM4LAUKXM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENWDRDQ#issuecomment-594294926, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4JY4VCRNXVJ2WSCLT7CGLRFW5YTANCNFSM4LAUKXMQ .
Tried these instructions: But Same Error again
rm -rf python/ray/thirdparty_files/
python3 -m pip install setproctitle
Traceback (most recent call last):
File "
import ray._raylet # noqa: E402 File "python/ray/_raylet.pyx", line 20, in init ray._raylet ImportError: dlopen(/Library/Python/3.7/site-packages/ray/thirdparty_files/setproctitle.cpython-37m-darwin.so, 2): Symbol not found: _Py_GetArgcArgv Referenced from: /Library/Python/3.7/site-packages/ray/thirdparty_files/setproctitle.cpython-37m-darwin.so Expected in: flat namespace in /Library/Python/3.7/site-packages/ray/thirdparty_files/setproctitle.cpython-37m-darwin.so
Same error as above^
What is your question?
I've followed install guide to compile from sources, but getting incorrect binaries compiled. It would be nice to get some initial assistance and update install guide.
` (base) Imin:python pranas$ ipython Python 3.6.5 (default, Apr 17 2018, 11:06:50) Type 'copyright', 'credits' or 'license' for more information IPython 7.13.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import ray
OSError Traceback (most recent call last)