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 tried that locally (setup.py change). bt = businesstime.BusinessTime(holidays=businesstime.holidays.usa.USFederalHolidays())
gives an error: AttributeError: 'module' object has no attribute 'holidays'
Thanks for the quick response!
pip install businesstime and python setup.py install does not install the holidays submodule.
The text was updated successfully, but these errors were encountered: