quinngroup / dr1dl-pyspark

Dictionary Learning in PySpark
Apache License 2.0
1 stars 1 forks source link

Exception and Try for importing the argument #13

Closed MOJTABAFA closed 8 years ago

MOJTABAFA commented 8 years ago

I think we need to provide an exception and try in case of not importing the input elements correctly by user , As of today, I'm not a professional programmer in python so I need your help on program for making that exception if needed.

magsol commented 8 years ago

In general this is not done; packages that are crucial for the execution of the program are either assumed to be installed, or are the responsibility of the user to install themselves. Once the program is stable and ready for a release, we will provide a list of prerequisites that the user needs to install ahead of time in order to run the program.

MOJTABAFA commented 8 years ago

Thanks for your o nice comments . I try to learn as much as I can during this nice cooperation.