Unable to install glove_python in virtual environment
Ravi5ingh opened this issue · 1 comments
Ravi5ingh commented
Hi, I'm trying to install glove_python with pip like this (in a virtual env):
pip install glove_python
I get an error every time that ends like this:
\VC\BIN\cl.exe' failed with exit status 2
I'm attaching a log to show what it looks like.
Platform: Windows 10 (x64)
I've seen several people with this problem and they have suggested the following 3 things:
- Install VS CPP build tools (I've done this to no avail)
- Install glove like: pip install glove==1.0.0 (This is a different package I don't want)
- Remove "stdc++" from the libraries array in setup.py line 42 and install manually (Doesn't work)
Is this something that has been fixed or being worked on?
Thanks,
Ravi
IronFarm commented
Could you try the Windows Installation steps outlined in the wiki?
https://github.com/maciejkula/glove-python/wiki/Installation-on-Windows