Skip to content
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

AttributeError: 'function' object has no attribute 'find' #4

Open
nikhilt44 opened this issue Sep 14, 2016 · 1 comment
Open

AttributeError: 'function' object has no attribute 'find' #4

nikhilt44 opened this issue Sep 14, 2016 · 1 comment

Comments

@nikhilt44
Copy link

I am getting the following error,

Traceback (most recent call last):
File "/Users/nikhilthakur/anaconda/envs/dato-env/bin/bacalhau", line 55, in
main()
File "/Users/nikhilthakur/anaconda/envs/dato-env/bin/bacalhau", line 39, in main
tree.compress()
File "/Users/nikhilthakur/anaconda/envs/dato-env/lib/python2.7/site-packages/bacalhau/topic_tree.py", line 37, in compress
self._eliminate_child_with_parent_name(n[0])
File "/Users/nikhilthakur/anaconda/envs/dato-env/lib/python2.7/site-packages/bacalhau/topic_tree.py", line 77, in _eliminate_child_with_parent_name
p_name = p[:p.find('.')]
AttributeError: 'function' object has no attribute 'find'

@jmiguelv
Copy link
Member

Could you please provide some more information, please. What were you executing? What are the Python packages and their versions in the virtual environment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants