Python-wrapper-for-R-Forecast
Python-wrapper-for-R-Forecast copied to clipboard
ModuleNotFoundError: No module named 'validate'
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