msamogh/nonechucks

Unable to import nonechucks

sannawag opened this issue · 2 comments

Hello,

I get the following error when trying to load nonechucks (after installing either with pip or cloning) in Python 3.6.3:

import nonechucks
Traceback (most recent call last):
File "", line 1, in
File "/anaconda3/lib/python3.6/site-packages/nonechucks/init.py", line 1, in
from dataset import *
ModuleNotFoundError: No module named 'dataset'

Thank you!

Hi @sannawag,
It looks like the import in __init__.py was using the Python2 syntax. I've replaced it with Python3 compatible relative import now.

The library was written and tested on Python2. I'll be running tests for Python3 over the course of the next few days. Please open an issue if you encounter anything else.

Thank you, @msamogh! I did still need to install the "future" package, but was now able to load nonechucks.