-
Notifications
You must be signed in to change notification settings - Fork 15
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
Quickstart seems broken #133
Comments
These are my versions.
|
If possible, I might recommend hosting a csv on Github that one can just pull down locally. It seems that there are many libraries in between of getting this downloaded and actually getting the tutorial working. I have had to install an extra dependency, update my SSL certificate and still cannot seem to get the data in order to get started. |
Hey @koaning. Thanks for giving IbisML a try! Based on your error message, it looks like you're running into an issue fetching the example data Ibis provides. Did you use the install command from the tutorial: I just tried this on my end in a fresh 3.12 Conda environment, and I wasn't able to replicate your issue. This is what was installed for me:
(The most relevant ones should be That said, I did notice that for https://ibis-project.github.io/ibis-ml/#create-your-first-recipe, could be more explicit in the requirements; I had to go install a number of these requirements afterward for that one, since it just says |
Double down on simplifying data loading in examples. I am behind a restricted envorment behind our own pypi mirror of packages. Having Even with all the requirements satisfied, yesterday I was getting the error that |
It's possible. The other alternative that we considered was storing data in the repo, which means we can't have any larger-sized examples, or we have to abstract over the storage of examples (remote for larger examples, repo for small). That seems like overkill. |
Even if we got rid of gcsfs, we're probably not going to get rid of pins. |
I realize this discussion is on ibisml, but the examples are coming from the main ibis repo. |
I am trying to get the tutorial running locally but seem to hit an issue with the first cell block.
When I run it I get this error:
The text was updated successfully, but these errors were encountered: