You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use this package. When I call the line
from rforecast import converters
it throws the following error
Any help would be appreciated
The text was updated successfully, but these errors were encountered: