malllabiisc / EmbedKGQA

ACL 2020: Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings
Apache License 2.0
412 stars 95 forks source link

ModuleNotFoundError: No module named 'transformers' #107

Closed lihuiliullh closed 2 years ago

lihuiliullh commented 2 years ago

Hi, may I know the transformers version in your project? I installed the transformers by running "pip install transformers", but still got the error.

from transformers import * ModuleNotFoundError: No module named 'transformers'

apoorvumang commented 2 years ago

Are you using conda?

lihuiliullh commented 2 years ago

I use pip.

apoorvumang commented 2 years ago

I think this question would be better answered on stackoverflow, I'm not sure how I can help. This is not a version issue