IHTSDO / snomed-database-loader

Represent SNOMED CT in a different types of databases
Other
108 stars 74 forks source link

snomed_g_TC_tools.py NEO4J DB build version 1.2. ==> Python 3 support. #47

Closed rolance closed 1 month ago

rolance commented 4 years ago

anydbm is not available in python-3

There is no option for Windows users to fallback to another dbm.

Falling back to python-2.7 in Windows with py2neo 3.1.2 breaks the entire project in neo4j 4.1.1 (http://localhost:7474/db/data returns 404 error).

-LHM

kaicode commented 1 month ago

The Neo4J implementation was updated in July 2023. Please try the new version. Closing this issue for now but feel free to reopen if there is still a problem.