-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error running rxnorm_graph.py #4
Comments
Yes, that's an error occurring in Python 2, you'll have to use Python 3.x. |
ok I will try that.. I changed the code to: |
thanks.. updating to Python3 fixed that issue. . I still get "no such table: rxnconso" despite running the importer. I even deleted the previous import and reran it.. I have a 1.9gb rxnorm.db file so seems like it has data.. the importer reported "indexing RXNCONSO table".. so seems like it should be there.. |
Figured it out.. running this command: |
Tried to run the rxnorm_graph command but it errors out immediately. Admittedly I'm not a python guy so quite possible it's my environment. But I have requests and graphviz modules installed..
I also tried with the CUI you used in the readme. same error..
The text was updated successfully, but these errors were encountered: