DanielLin1986 / Function-level-Vulnerability-Detection

A deep learning-based vulnerability detection framework
73 stars 23 forks source link

Error occurs when using glove to produce the embedding #4

Open ilwoof opened 3 years ago

ilwoof commented 3 years ago

In the console, the error message shows that "ImportError: cannot import name Corpus..." although I successfully installed the glove package using "pip install glove==1.0.0" in Pycharm with Python 3.79 (Both glove 1.02 and python-glove could be installed via the script of "pip install python-glove/glove", ). Have you encountered the above issue?