sophieball / toxicity-detector

MIT License
0 stars 0 forks source link

added accu measure to naveen's code. tried emoticon - doesn't seem to… #78

Closed sophieball closed 4 years ago

sophieball commented 4 years ago

… work yet

sophieball commented 4 years ago
Traceback (most recent call last):
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/__main__/main/train_classifier_g.py", line 12, in <module>
    from src import suite
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/__main__/src/suite.py", line 18, in <module>
    from src import convo_politeness
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/__main__/src/convo_politeness.py", line 7, in <module>
    from convokit import Corpus, Speaker, Utterance
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/deps_pypi__convokit_2_4_0/convokit/__init__.py", line 4, in <module>
    from .politenessStrategies import *
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/deps_pypi__convokit_2_4_0/convokit/politenessStrategies/__init__.py", line 1, in <module>
    from .politenessStrategies import *
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/deps_pypi__convokit_2_4_0/convokit/politenessStrategies/politenessStrategies.py", line 8, in <module>
    import matplotlib.pyplot as plt
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/deps_pypi__matplotlib_3_3_1/matplotlib/pyplot.py", line 36, in <module>
    import matplotlib.colorbar
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/deps_pypi__matplotlib_3_3_1/matplotlib/colorbar.py", line 44, in <module>
    import matplotlib.contour as contour
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/deps_pypi__matplotlib_3_3_1/matplotlib/contour.py", line 17, in <module>
    import matplotlib.text as text
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/deps_pypi__matplotlib_3_3_1/matplotlib/text.py", line 16, in <module>
    from .textpath import TextPath  # Unused, but imported by others.
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/deps_pypi__matplotlib_3_3_1/matplotlib/textpath.py", line 11, in <module>
    from matplotlib.mathtext import MathTextParser
  File "/usr/local/google/home/emersonm/toxicity-detector/bazel-bin/main/train_classifier_g.runfiles/deps_pypi__matplotlib_3_3_1/matplotlib/mathtext.py", line 27, in <module>
    from PIL import Image
ModuleNotFoundError: No module named 'PIL'

oh no... this PIL again.... travis is not happy with it somehow...

sophieball commented 4 years ago

hmm.. I messed up the branches again I think.. this one merged automatically..