Skip to content
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

Error on import #5

Closed
fstakem opened this issue Feb 7, 2019 · 2 comments
Closed

Error on import #5

fstakem opened this issue Feb 7, 2019 · 2 comments
Assignees
Labels

Comments

@fstakem
Copy link

fstakem commented Feb 7, 2019

Probably missing 'install_requires' in setup.py:

Python 3.6.5 (default, Dec 26 2018, 13:41:35)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.2.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import ssim

ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import ssim

***/ssim_parser/sim_env/lib/python3.6/site-packages/ssim/init.py in
----> 1 from .ssim import read, expand_slots

***/ssim_parser/sim_env/lib/python3.6/site-packages/ssim/ssim.py in
8 import re
9 from datetime import datetime, timedelta, date
---> 10 from dateutil.rrule import rrule, WEEKLY
11 import sys
12 import os

ModuleNotFoundError: No module named 'dateutil'

@ramonvanschaik
Copy link
Contributor

Hi there, we thought dateutil was standard library, but apparently, that's not the case. I'll fix it. Thanks for reporting!

@ramonvanschaik ramonvanschaik self-assigned this Feb 12, 2019
@ramonvanschaik
Copy link
Contributor

Fixed in 34978b9

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

No branches or pull requests

2 participants