-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feedback from a young graduate in CS & Applied Maths #104
Comments
Hello, @jjerphan thank you for reporting the issue, we recently bumped coiled to 0.0.33, and we don't have a default configuration that uses python 3.9 yet. If you use conda you can specify which python version to use I'm glad that you are enjoying exploring coiled! |
Thank for you response. It makes sense as most people rely on conda to manage their environments. I'll let you know about my exploration. 🙂 |
It's worth noting that Dask itself is actually a little bit behind on 3.9
support. After Julien mentioned this in a conversation the other day I
prodded this PR. dask/distributed#4234
If anyone wants to investigate what is happening there that would be
welcome.
…On Tue, Jan 26, 2021 at 3:17 AM Julien Jerphanion ***@***.***> wrote:
Thank for you response. It makes sense as most people rely on conda to
manage their environments.
I'll let you know about my exploration. 🙂
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#104 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKZTGVH6Y4FU7FLK2J25TS32QGFANCNFSM4WTCQS7A>
.
|
Thanks for the feedback @jjerphan! cc @dantheman39 regarding the software environment quickstart |
cc @meimeisuns ☝️ 😄 |
Hi all! I imagine Coiled has progressed a lot since then and that we can close this issue? 🙂 |
Indeed! Thanks for the early feedback, and for circling back. I do think Coiled is a lot better now. :-) |
Hi Coiled!
I started experimenting exploring the Dashboard and the Python API.
I have been playing 20 minutes with some Clusters and reading the documentation for about 30 minutes.
As a Computer Scientist/Applied Mathematician familiar with Python, the python ecosystem and Dask everything ran smoothly, was clear and modular.
I just would like to report a few things that can be easily fixed:
Python 3.9
I am using python 3.9 (distributed from Fedora's repository) when I can.
Looking at Pypi, Coiled is to be usable for this version.
I've managed to install it within a virtual environment (manually with the
venv
module) without any problems.Though, when running the preliminary snippet, I get an error when spawning a
coiled.Cluster
:I've solved it by using another virtual environment in python3.8 and everything when smoothly.
Here are my python environments specs' (via pip):
Quick start indications for software environment
In the Software pane, currently user get those indications for Pip:
The second snippets'
software
parameter can be fixed for Pip and Docker to use the proper environment when creating a cluster.I spent some time trying to find a way to programmatically get, in a new interpreter, a
coiled.Cluster
which was allocated in a previous one. I found the solution with the API documentation in a few minutes.I am spreading the words regarding the beta to some friends in ML/Engineering and may report some issues or feedback regarding it when I have some time (I can't give guarantee).
tl;dr
: To me, it looks like a proper kick-off! 🙂The text was updated successfully, but these errors were encountered: