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

Colab issue #33

Open
ValdemarQ opened this issue May 20, 2021 · 2 comments
Open

Colab issue #33

ValdemarQ opened this issue May 20, 2021 · 2 comments

Comments

@ValdemarQ
Copy link

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
Copy link

EvanZ commented May 30, 2021

Just got the same error. Bummer.

@msamogh
Copy link
Owner

msamogh commented Jun 9, 2021

What version is this? This should be fixed.

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

No branches or pull requests

3 participants