airavata-courses / Orenda

A Distributed System for Weather Forecast
1 stars 1 forks source link

ModuleNotFoundError - Data Retrieval Service . #54

Closed akhil-8607 closed 4 years ago

akhil-8607 commented 4 years ago

Hello Team , I am peer reviewing your project and found the Module not found errors when running the Data Retrieval Service for not finding the module nexradaws . I have attached screenshot below for your reference .

image
DishaTalreja3 commented 4 years ago

Hi Akhil, Did you try executing the following command : "pip install -r requirements.txt" before executing the python file 'app.py'?

akhil-8607 commented 4 years ago

I tried it , It's working now