When I run the example with my username and password on python3.8, I get the following error. I have confirmed that I can import the package after installation:
File "/Users/ryanbuckner/PycharmProjects/pythonProject/Life360/venv/life360.py", line 1, in <module> from life360 import life360 ImportError: cannot import name 'life360' from partially initialized module 'life360' (most likely due to a circular import) (/Users/ryanbuckner/PycharmProjects/pythonProject/Life360/venv/life360.py)
When I run the example with my username and password on python3.8, I get the following error. I have confirmed that I can import the package after installation:
File "/Users/ryanbuckner/PycharmProjects/pythonProject/Life360/venv/life360.py", line 1, in <module> from life360 import life360 ImportError: cannot import name 'life360' from partially initialized module 'life360' (most likely due to a circular import) (/Users/ryanbuckner/PycharmProjects/pythonProject/Life360/venv/life360.py)
EDIT: This is working now