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

TypeError: 'LabelSetView' object is not callable #5

Closed
profversaggi opened this issue Jun 23, 2018 · 10 comments
Closed

TypeError: 'LabelSetView' object is not callable #5

profversaggi opened this issue Jun 23, 2018 · 10 comments
Labels

Comments

@profversaggi
Copy link

I get this error when running the code against a Neo4j 3.4.0 db and V4.X of Py2Neo Library.

It has to be a version issue, any suggestions?

@merqurio
Copy link
Owner

It seems to be, there is a pull request #6 that might solve it, i'll check it ASAP.
Thanks for the report @profversaggi

@csmyth76
Copy link

I'm getting the same issue

@Niko-La
Copy link

Niko-La commented Nov 24, 2018

Getting the same error when running the following notebook on local computer.

https://nicolewhite.github.io/neo4j-jupyter/hello-world.html

@inferinc are you able to run your notebook ? I am using jupyter lab

@EvaArevalo
Copy link

I'm getting the same issue.

@loiner
Copy link

loiner commented Jan 27, 2019

Has there been any update on this? I'm getting the same issue here as well. (Great tool btw.)

@almereyda
Copy link

@Niko-La Please note that the neo4j-jupyter project that you link above is different from this one. Please find its sources at https://github.com/nicolewhite/neo4j-jupyter

@ahseena96
Copy link

Getting the same error when running the following notebook on local computer.

https://nicolewhite.github.io/neo4j-jupyter/hello-world.html

@inferinc are you able to run your notebook ? I am using jupyter lab

Getting the same issue. Any updates on this?

@merqurio
Copy link
Owner

Oh ! completely forgot about this issue, I'll check it ASAP thanks for the ping @ahseena96

@merqurio merqurio added the bug label Feb 13, 2020
merqurio added a commit that referenced this issue Mar 4, 2020
Fixes #5: TypeError: 'LabelSetView' object is not callable
@alvarolloret
Copy link

alvarolloret commented Sep 1, 2020

still getting the error in V5

@JimmyFengCJY
Copy link

got this error too。and in my case, i encountered this problem when t tried to parsing the data from neo4j, finally i found out that it was caused by the DataType . e.g. {'key': hello} supposed to be {'key': 'hello'}, the DataType of the value should be str,but when the raw data from neo4j is XX。So i did a DataType transform and fix it

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

No branches or pull requests

10 participants