msamogh/nonechucks

Colab issue

ValdemarQ opened this issue · 2 comments

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'
EvanZ commented

Just got the same error. Bummer.

What version is this? This should be fixed.