ScalaConsultants / Aspect-Based-Sentiment-Analysis

💭 Aspect-Based-Sentiment-Analysis: Transformer & Explainable ML (TensorFlow)
Apache License 2.0
543 stars 90 forks source link

Error in Usage #3

Closed amitness closed 4 years ago

amitness commented 4 years ago

Hi,

I cloned the repo and was trying to import the module locally. I've installed transformers as well. I'm getting this error.

Python: 3.6 Screenshot from 2020-04-23 11-42-53

rolczynski commented 4 years ago

hey @amitness, the first issue:tada:

well, take a loot at the environment.yml - you should use the python version 3.7

btw OrderedDict is the great data structure, take a look here and the version 3.7 introduces the typing for this great container.

ddebnath228 commented 4 years ago

I am using version 3.7, still facing this issue....