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

Jobib and Jsonpickle should be added as a dependencies #14

Open
tgalery opened this issue Apr 24, 2018 · 1 comment
Open

Jobib and Jsonpickle should be added as a dependencies #14

tgalery opened this issue Apr 24, 2018 · 1 comment

Comments

@tgalery
Copy link

tgalery commented Apr 24, 2018

Importing Datasets leads to error.

ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-35-a263e6a09a43> in <module>()
      5 warnings.filterwarnings('ignore')
      6 
----> 7 from keras_text.data import Dataset

~/miniconda/envs/deeplearn/lib/python3.6/site-packages/keras_text/data.py in <module>()
      4 import numpy as np
      5 
----> 6 from .import utils
      7 from .import sampling
      8 

~/miniconda/envs/deeplearn/lib/python3.6/site-packages/keras_text/utils.py in <module>()
      3 import numpy as np
      4 import pickle
----> 5 import joblib
      6 import jsonpickle
      7 

ModuleNotFoundError: No module named 'joblib'
@tgalery tgalery changed the title Jobib and Jsonpicke should be added as a dependencies Jobib and Jsonpickle should be added as a dependencies Apr 24, 2018
@ghost
Copy link

ghost commented Jul 24, 2018

install joblib using conda: conda install joblib

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

1 participant