gdata-python3 icon indicating copy to clipboard operation
gdata-python3 copied to clipboard

module 'atom' has no attribute 'AtomBase'

Open manibashkas opened this issue 6 years ago • 0 comments

Hi, i have atom version 0.4.1, jupyter notebook version 5.4.0. And have attribute error while importing the gdata module? What's wrong with it? with me?

`AttributeError Traceback (most recent call last) in () 1 import gdata.data 2 import gdata.gauth ----> 3 import gdata.contacts.client 4 import gdata.contacts.data

~\Anaconda3\lib\site-packages\gdata\contacts_init_.py in () 67 68 ---> 69 class GDataBase(atom.AtomBase): 70 """The Google Contacts intermediate class from atom.AtomBase.""" 71

AttributeError: module 'atom' has no attribute 'AtomBase'`

Best regards.

manibashkas avatar Oct 11 '18 08:10 manibashkas