Skip to content

ModuleNotFoundError: No module named 'validate' #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jeffhu1 opened this issue Apr 13, 2020 · 0 comments
Open

ModuleNotFoundError: No module named 'validate' #14

jeffhu1 opened this issue Apr 13, 2020 · 0 comments

Comments

@jeffhu1
Copy link

jeffhu1 commented Apr 13, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant