-
Notifications
You must be signed in to change notification settings - Fork 6
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
[JOSS Review] Cannot run Scheduler with SLURM example #273
Comments
Same seems to apply to the HPO example https://automl.github.io/amltk/latest/examples/hpo/ |
Alright, I managed to bypass the problem by manually installing swig via conda. Seems this is a quite old issue automl/auto-sklearn#459 . Not sure if you maybe want to mention it in the docs or if you encountered this problem before? However, I now receive a different error running the example
(note I changed |
Hi @gomezzz, Just wanted to let you know I really appreciate all of these and I will respond on Thursday! |
Hi @eddiebergman , glad to hear, no rush! Yeah, just so you know, I am also not particularly worried about the quality of the module, just want to help make it accessible to an audience, who might be new to it like myself. :) |
Hi @gomezzz, Regarding the issues Assuming this is on Windows, I think the bulk of these issues stem from the fact I do not test/work on Windows. I had a student use Windows and he showed me that many of the dask tests failed. I will see what I can do about it. You should still be able to use a The Documenting these issues I'm not entirely sure how to do so, this library allows you to plug and play different tools into it, all of them optional so there's no required dependancies. Of course for the examples I need to choose one of them, but as you pointed out, there are issues with it. I'm not entirely sure what to do about this, any recommendations would be greatly appreciated. |
Hi @eddiebergman ,
I am on Linux :)
I think a small note in the examples along the lines of "If you encounter problems installing with |
Hi @gomezzz, looking into this again, I think the main issue with this is that you need to be running on a SLURM cluster, i.e. not a single workstation. SLURM is a scheduling service for distributing workloads across a cluster and not something you'd typically have installed on a single workstation. However this raises a good point that there should be more examples on simple use cases that you are exposed to first! |
Yes, makes sense. Also ideally one that runs without additional deps that may cause problems (see install issues at the start of this issue) |
I am trying to follow the example here https://automl.github.io/amltk/latest/examples/dask-jobqueue/
But I am unable to run
pip install openml "amltk[smac, sklearn, dask-jobqueue]"
successfully in a new conda environmentwith
running the pip install I receive
which seems to be a problem in one of the dependencies, however I am unsure how to proceed? If you have maybe a conda environment.yml or a docker or such, providing it may help users setting up their env?
(opened as part of JOSS Review openjournals/joss-reviews#6367 )
The text was updated successfully, but these errors were encountered: