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

missing deps on cli #3

Closed
tngTUDOR opened this issue Jun 29, 2020 · 1 comment
Closed

missing deps on cli #3

tngTUDOR opened this issue Jun 29, 2020 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@tngTUDOR
Copy link
Contributor

Current:

when installing a clone of the repo and issuing:

python setup.py install

running the cli fails with a missing dependency error:

File "/home/jasonjason/miniconda3/envs/ystafdb/lib/python3.8/site-packages/ystafdb-0.4-py3.8.egg/ystafdb/graph_common.py", line 3, in <module>
ModuleNotFoundError: No module named 'rdflib'

The following dependencies are also missing:

  • rdflib
  • pandas
@tngTUDOR tngTUDOR added bug Something isn't working good first issue Good for newcomers labels Jun 29, 2020
@kuzeko
Copy link
Contributor

kuzeko commented Jun 29, 2020

This has been fixed by
e22099c

@tngTUDOR tngTUDOR closed this as completed Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants