gerrymanoim / exchange_calendars

Calendars for various securities exchanges.
Apache License 2.0
396 stars 129 forks source link

ModuleNotFoundError: No module named 'exchange_calendars' #391

Open StepanSushko opened 3 weeks ago

StepanSushko commented 3 weeks ago

I install 'exchange_calendars' using 'pip install exchange_calendars' version 4.5.4 in Python 3.10.4. Installing process is successful, but when I try to import, I get "ModuleNotFoundError: No module named 'exchange_calendars'".

maread99 commented 1 week ago

Hi @StepanSushko. I'm not getting this error with 4.5.4. Could it be an issue with your environment? Could you confirm that you've installed the package to the same environment that you're executing the code in. Thanks.