Closed rayneram closed 4 years ago
Thanks for reporting this. It's actually an issue with my csmlog module. Will try to fix.
I had hit this before and couldn't figure it out but it just hit me that setup.py is importing things that it won't have till after install. That's the issue.
Fixed with https://github.com/csm10495/csmlog/commit/060d086f34afe5863112466c2395279376503f6a Closing out. Thanks for reporting.
Clean install on Windows 10:
Running
pip install gspread
and thenpip install pyhtcc
works fine.