-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install on non-x86_64 architectures due to Ray dependency #25
Comments
Getting close to building Ray on |
After wrestling with incompatibilities of various versions of Arrow (from IBM's Conda channel), Bazel (built from source), Boost/Boost rules for Bazel, and Ray on I also had to build PostgreSQL from source in order to install the Psycopg2 dependency, but that is straightforward. I now have a 14M Also, I quickly wrote a Travis CI build for |
Hi @felker , That's a very good news! For now, I just made a Deephyper Travis config to check automatically commits on the develop/master branch, but not everyone is adding automatic tests afterward... The deephyper/ray fork is just a little patch to run ray on Theta at ANL where I was having a problem of IP address recognition in one of the modules it was looking for IP addresses corresponding to an ethernet interface by doing Thank you very much for keeping us posted! |
Now, |
I am using 2x IBM AC922 systems (including OLCF Summit) with POWER9 CPUs and V100 GPUs, and it would be great to deploy DeepHyper on those systems. Although the DeepHyper binary wheel on PyPI is compatible since it specifies
arch=any
, I cannot install it due to the dependencies.Ray does not distribute any
.whl
on PyPI forarch=ppc64le
, onlymanylinux1
and macOS. There is an inactive open issue about this: ray-project/ray#4309As I noted in #20 (comment), building Ray from source appears to be impossible right now.
Is there a way to bypass this dependency if only the
BalsamEvaluator
will be used?The text was updated successfully, but these errors were encountered: