Skip to content

Conversation

@AIMosta
Copy link

@AIMosta AIMosta commented Jan 1, 2019

  • When installing from a Colaboratory (Jupyter) Notebook, I had issues generated from the file book_crossing.py. They where related to : the print function (missing parenthesis that are mandatory in Python 3), and the the comma (",") in an Exception statement, that has to be replaced by "as" keyword.

  • There was an other error, in the same file, related to a "path" in an import:
    **from base import Bunch** instead of **from .base import Bunch**

  • The errors where corrected and the import from scikits.crab import datasets` worked. But there are still other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant