shubhamagarwal92 / mmd

This repository contains the Pytorch implementation for our SCAI (EMNLP-2018) submission "A Knowledge-Grounded Multimodal Search-Based Conversational Agent"
29 stars 5 forks source link

import error #7

Closed nidhithakur95 closed 5 years ago

nidhithakur95 commented 5 years ago

Sir I have installed zomatopy using the command : pip install zomatopy and after that when I try executing the following commands: import zomatopy

config={ "user_key":"ZOMATO_API_KEY" }

zomato = zomatopy.initialize_app(config) it gives me import error Traceback (most recent call last): File "zomato.py", line 1, in import zomatopy ImportError: No module named zomatopy Screenshot from 2019-03-18 22-58-11