Skip to content
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

Python 3 compatibility + error in import #116

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

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.

None yet

1 participant