harperreed / life360-python

A simple python life360 client
MIT License
36 stars 17 forks source link

partially initialized module #2

Closed ryanbuckner closed 2 years ago

ryanbuckner commented 3 years ago

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

ryanbuckner commented 2 years ago

THIS IS WORKING