-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows cant install #16
Comments
Similar compilation errored
This problem can be reproduced with
It appears the build process is not honoring the virtualenv. I'm not sure if this relates to the compiler eror |
Maybe you've found this answer already, but, in case someone else hasn't—you should probably be installing the
I think the problem you are encountering is occurring because you haven't installed Cython, which is seemingly needed to make a fresh version of |
Unfortunately the
which itself is required for a different module.
I'll give this a try. |
windows 10 cant install it, anybody can help with this
ERROR:
pip install fuzzyset-0.0.15.tar.gz
Processing c:\users\wei.zhou\downloads\fuzzyset-0.0.15.tar.gz
Requirement already satisfied: python-levenshtein in c:\users\wei.zhou\appdata\local\programs\python\python37-32\lib\site-packages (from fuzzyset==0.0.15) (0.12.0)
Requirement already satisfied: texttable in c:\users\wei.zhou\appdata\local\programs\python\python37-32\lib\site-packages (from fuzzyset==0.0.15) (1.5.0)
Requirement already satisfied: setuptools in c:\users\wei.zhou\appdata\local\programs\python\python37-32\lib\site-packages (from python-levenshtein->fuzzyset==0.0.15) (39.0.1)
Building wheels for collected packages: fuzzyset
Running setup.py bdist_wheel for fuzzyset ... error
Complete output from command C:\Users\wei.zhou\AppData\Local\Programs\Python\Python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\WEI
1.ZHO\AppData\Local\Temp\pip-req-build-r4sla49o\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d C:\Users\WEI1.ZHO\AppData\Local\Temp\pip-wheel-ge4ddfa7 --python-tag cp37:running bdist_wheel
running build
running build_py
creating build
creating build\lib.win32-3.7
creating build\lib.win32-3.7\fuzzyset
copying fuzzyset_init_.py -> build\lib.win32-3.7\fuzzyset
running build_ext
building 'cfuzzyset' extension
creating build\temp.win32-3.7
creating build\temp.win32-3.7\Release
creating build\temp.win32-3.7\Release\fuzzyset
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\wei.zhou\AppData\Local\Programs\Python\Python37-32\include -IC:\Users\wei.zhou\AppData\Local\Programs\Python\Python37-32\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" /Tcfuzzyset/cfuzzyset.c /Fobuild\temp.win32-3.7\Release\fuzzyset/cfuzzyset.obj
cfuzzyset.c
fuzzyset/cfuzzyset.c(5903): warning C4020: 'function through pointer': too many actual parameters
fuzzyset/cfuzzyset.c(6174): warning C4020: 'function through pointer': too many actual parameters
fuzzyset/cfuzzyset.c(6311): warning C4020: 'function through pointer': too many actual parameters
fuzzyset/cfuzzyset.c(6729): error C2039: 'exc_type': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6730): error C2039: 'exc_value': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6731): error C2039: 'exc_traceback': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6738): error C2039: 'exc_type': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6739): error C2039: 'exc_value': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6740): error C2039: 'exc_traceback': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6741): error C2039: 'exc_type': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6742): error C2039: 'exc_value': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6743): error C2039: 'exc_traceback': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6798): error C2039: 'exc_type': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6799): error C2039: 'exc_value': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6800): error C2039: 'exc_traceback': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6801): error C2039: 'exc_type': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6802): error C2039: 'exc_value': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6803): error C2039: 'exc_traceback': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe' failed with exit status 2
Failed building wheel for fuzzyset
Running setup.py clean for fuzzyset
Failed to build fuzzyset
Installing collected packages: fuzzyset
Running setup.py install for fuzzyset ... error
Complete output from command C:\Users\wei.zhou\AppData\Local\Programs\Python\Python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\WEI
1.ZHO\AppData\Local\Temp\pip-req-build-r4sla49o\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\WEI1.ZHO\AppData\Local\Temp\pip-record-g65sfo7i\install-record.txt --single-version-externally-managed --compile:running install
running build
running build_py
creating build
creating build\lib.win32-3.7
creating build\lib.win32-3.7\fuzzyset
copying fuzzyset_init_.py -> build\lib.win32-3.7\fuzzyset
running build_ext
building 'cfuzzyset' extension
creating build\temp.win32-3.7
creating build\temp.win32-3.7\Release
creating build\temp.win32-3.7\Release\fuzzyset
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\wei.zhou\AppData\Local\Programs\Python\Python37-32\include -IC:\Users\wei.zhou\AppData\Local\Programs\Python\Python37-32\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" /Tcfuzzyset/cfuzzyset.c /Fobuild\temp.win32-3.7\Release\fuzzyset/cfuzzyset.obj
cfuzzyset.c
fuzzyset/cfuzzyset.c(5903): warning C4020: 'function through pointer': too many actual parameters
fuzzyset/cfuzzyset.c(6174): warning C4020: 'function through pointer': too many actual parameters
fuzzyset/cfuzzyset.c(6311): warning C4020: 'function through pointer': too many actual parameters
fuzzyset/cfuzzyset.c(6729): error C2039: 'exc_type': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6730): error C2039: 'exc_value': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6731): error C2039: 'exc_traceback': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6738): error C2039: 'exc_type': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6739): error C2039: 'exc_value': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6740): error C2039: 'exc_traceback': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6741): error C2039: 'exc_type': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6742): error C2039: 'exc_value': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6743): error C2039: 'exc_traceback': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6798): error C2039: 'exc_type': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6799): error C2039: 'exc_value': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6800): error C2039: 'exc_traceback': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6801): error C2039: 'exc_type': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6802): error C2039: 'exc_value': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
fuzzyset/cfuzzyset.c(6803): error C2039: 'exc_traceback': is not a member of '_ts'
c:\users\wei.zhou\appdata\local\programs\python\python37-32\include\pystate.h(212): note: see declaration of '_ts'
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe' failed with exit status 2
Command "C:\Users\wei.zhou\AppData\Local\Programs\Python\Python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\WEI
1.ZHO\AppData\Local\Temp\pip-req-build-r4sla49o\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\WEI1.ZHO\AppData\Local\Temp\pip-record-g65sfo7i\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\WEI~1.ZHO\AppData\Local\Temp\pip-req-build-r4sla49o\The text was updated successfully, but these errors were encountered: