-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'function' object has no attribute 'func_name' #3
Comments
Detailed traceback: Traceback (most recent call last):
File "/usr/bin/google", line 4, in <module>
__import__('pkg_resources').run_script('google-cl==0.9.15.1', 'google')
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 719, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1510, in run_script
exec(code, namespace, namespace)
File "/usr/lib/python3.5/site-packages/google_cl-0.9.15.1-py3.5.egg/EGG-INFO/scripts/google", line 58, in <module>
import googlecl.authenticate
File "/usr/lib/python3.5/site-packages/google_cl-0.9.15.1-py3.5.egg/googlecl/authenticate.py", line 7, in <module>
from gdata.photos.service import PhotosService
File "<frozen importlib._bootstrap>", line 969, in _find_and_load
File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible
File "/usr/lib/python3.5/site-packages/gdata-2.0.18-py3.5.egg/gdata/__init__.py", line 27, in <module>
File "<frozen importlib._bootstrap>", line 969, in _find_and_load
File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible
File "/usr/lib/python3.5/site-packages/gdata-2.0.18-py3.5.egg/atom/__init__.py", line 133, in <module>
File "/usr/lib/python3.5/site-packages/gdata-2.0.18-py3.5.egg/atom/__init__.py", line 97, in mark_deprecated
AttributeError: 'function' object has no attribute 'func_name' |
@vinitkumar Maybe you have an idea to solve this? |
@lgalke I didn't look much deeply into this. But looks like it is because gdata is not Python3 ready yet. More details here: The fix appears to be this: scipy/scipy@e60098c I suppose we might need to send a PR to the gdata-python-client with the fix or maintain a fork ourselves. |
People are suspecting that gdata is no longer maintained and start using |
@lgalke I totally agree. Would definitely require more engineering effort for sure. |
Caused by atom library.
The text was updated successfully, but these errors were encountered: