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

last commit is causing an import error #91

Open
lzehl opened this issue Jun 19, 2024 · 2 comments
Open

last commit is causing an import error #91

lzehl opened this issue Jun 19, 2024 · 2 comments

Comments

@lzehl
Copy link

lzehl commented Jun 19, 2024

----> 1 from fairgraph import KGClient
      2 
      3 kg_client = KGClient(host="core.kg.ebrains.eu")

ImportError: cannot import name 'KGClient' from 'fairgraph' (unknown location)
@apdavison
Copy link
Member

I cannot reproduce this error. How did you install fairgraph, and which folder are you running this code in?

@lzehl
Copy link
Author

lzehl commented Jun 24, 2024

I installed fairgraph within a Jupyter Notebook (planned for a course). Normal
pip install fairgraph worked however installing the dev version with:

git clone https://github.com/HumanBrainProject/fairgraph.git fairgraph
pip install ./fairgraph

did not work and ended in the above stated error. I also deinstalled fairgraph beforehand. I will further investigate though what went wrong on my machine.

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