DeepGraphLearning / graphvite

GraphVite: A General and High-performance Graph Embedding System
https://graphvite.io
Apache License 2.0
1.21k stars 151 forks source link

Cannot import graphvite #113

Open pasan-SK opened 8 months ago

pasan-SK commented 8 months ago

Cannot import the graphvite module due to the following error (OS: Ubuntu 22.04):

~/miniconda3/envs/kgraphs/lib/python3.7/os.py) in getitem(self, key) 679 except KeyError: 680 # raise KeyError with the original key value --> 681 raise KeyError(key) from None 682 return self.decodevalue(value) 683

KeyError: 'PREFIX'