We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even though I have installed VCpp 14.0 (2015), it's still occur this error. I have tried 2017 as well.
Error log:
Installing collected packages: nkf Running setup.py install for nkf ... error Complete output from command c:\path\to.env\scripts\python.exe -u -c "import setuptools, tokenize;file='C:\Users\ME\AppData\Local\Temp\pip-install-3er6cj5f\nkf\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\ME\AppData\Local\Temp\pip-record-n4s6a7nk\install-record.txt --single-version-externally-managed --compile --install-headers c:\path\to.env\include\site\python3.6\nkf: running install running build running build_py creating build creating build\lib.win-amd64-3.6 copying nkf_codecs.py -> build\lib.win-amd64-3.6 running build_ext building 'nkf' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
The text was updated successfully, but these errors were encountered:
https://bugs.python.org/issue35699
Sorry, something went wrong.
Hi, So i need to installed VS2017 build tools? Is there a way to install that in no-internet machine?
You should install and use the latest (or bug fixed version) distutils, I think.
No branches or pull requests
Even though I have installed VCpp 14.0 (2015), it's still occur this error. I have tried 2017 as well.
Error log:
Installing collected packages: nkf
Running setup.py install for nkf ... error
Complete output from command c:\path\to.env\scripts\python.exe -u -c "import setuptools, tokenize;file='C:\Users\ME\AppData\Local\Temp\pip-install-3er6cj5f\nkf\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\ME\AppData\Local\Temp\pip-record-n4s6a7nk\install-record.txt --single-version-externally-managed --compile --install-headers c:\path\to.env\include\site\python3.6\nkf:
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.6
copying nkf_codecs.py -> build\lib.win-amd64-3.6
running build_ext
building 'nkf' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
The text was updated successfully, but these errors were encountered: