Open ossarotte opened 7 years ago
import gdata Traceback (most recent call last):
File "", line 1, in import gdata
File "C:\ProgramData\Anaconda2\lib\site-packages\gdata__init__.py", line 108, in class LinkFinder(atom.LinkFinder):
AttributeError: 'module' object has no attribute 'LinkFinder'
when i try to import gdata this is the error
i remove atom and gdata and reinstall whit pip install gdata
Have the same problem over here. Any solutions?
import gdata Traceback (most recent call last):
File "", line 1, in
import gdata
File "C:\ProgramData\Anaconda2\lib\site-packages\gdata__init__.py", line 108, in
class LinkFinder(atom.LinkFinder):
AttributeError: 'module' object has no attribute 'LinkFinder'
when i try to import gdata this is the error