Python-wrapper-for-R-Forecast icon indicating copy to clipboard operation
Python-wrapper-for-R-Forecast copied to clipboard

ModuleNotFoundError: No module named 'validate'

Open jeffhu1 opened this issue 5 years ago • 0 comments

Hi,

I am trying to use this package. When I call the line from rforecast import converters it throws the following error

(cfa) ➜  Python-wrapper-for-R-Forecast-master git:(master) ✗ python
Python 3.7.3 (default, Mar 27 2019, 16:54:48)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from rforecast import converters
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/jeffhu/repos/crop-forecasting-africa/Python-wrapper-for-R-Forecast-master/rforecast/converters.py", line 13, in <module>
    import validate
ModuleNotFoundError: No module named 'validate'

Any help would be appreciated

jeffhu1 avatar Apr 13 '20 02:04 jeffhu1