Open hesterLong opened 3 years ago
@hesterLong it looks to me like it's importing glove from your local directory instead of where the package is installed. Could you try and import it after starting python in another directory? i.e. run python in D:\
for example then from glove import Glove
after I use command "pip install glove-python-binary" to install, I got a wrong feedback when i import it. ` (glove) D:\python_project\education_data\transformer_model\glove-python>python Python 3.6.2 |Continuum Analytics, Inc.| (default, Jul 20 2017, 12:30:02) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.