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

No module named 'nbsvm' #83

Open
SharhadBashar opened this issue Aug 27, 2018 · 1 comment
Open

No module named 'nbsvm' #83

SharhadBashar opened this issue Aug 27, 2018 · 1 comment

Comments

@SharhadBashar
Copy link

Traceback (most recent call last):
File "/Users/Sharhad/skip_thoughts/tensorflow-models/skip_thoughts/bazel-bin/skip_thoughts/evaluate.runfiles/main/skip_thoughts/evaluate.py", line 37, in
from skipthoughts import eval_classification
File "/Users/Sharhad/skip_thoughts/skipthoughts_kiros/skipthoughts/eval_classification.py", line 5, in
import nbsvm
ModuleNotFoundError: No module named 'nbsvm'

Any ideas how to fix this?

@Harshini-Gadige
Copy link

@SharhadBashar Hi, you have to install NBSVM as shown below.

pip install NBSVM==1.0

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

2 participants