orcasgit / python-fitbit

Fitbit API Python Client Implementation
Other
623 stars 330 forks source link

AttributeError: module 'fitbit' has no attribute 'Fitbit' #154

Open aunsbjerg opened 4 years ago

aunsbjerg commented 4 years ago

Following the quickstart guide following a pip install fitbit gives me an attributes error when trying to call the Fitbit() constructor.

Have attempted with python 3.7, 3.5 and 2.7 all with the same result.

OS is ubuntu 18.04. Am I doing something wrong here?

timvieira commented 3 years ago

Did you name your script fitbit.py? If so, rename it.