Skip to content

Colab issue #33

@ValdemarQ

Description

@ValdemarQ

After installing on Colab and trying to import it, system gives errors

---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
<ipython-input-100-31f98a41c17c> in <module>()
----> 1 import nonechucks as nc
      2 #fruits_dataset = nc.SafeDataset(fruits_dataset)

2 frames
/usr/local/lib/python3.7/dist-packages/nonechucks/__init__.py in <listcomp>(.0)
     10 def _get_pytorch_version():
     11     version = torch.__version__
---> 12     major, minor, patch = [int(x) for x in version.split(".")]
     13     if major != 1:
     14         raise RuntimeError(

ValueError: invalid literal for int() with base 10: '1+cu101'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions